VariablesArguments constructor
VariablesArguments({
- int? count,
- String? filter,
- ValueFormat? format,
- int? start,
- required int variablesReference,
Implementation
VariablesArguments({
this.count,
this.filter,
this.format,
this.start,
required this.variablesReference,
});