VariablesArguments constructor

VariablesArguments({
  1. int? count,
  2. String? filter,
  3. ValueFormat? format,
  4. int? start,
  5. required int variablesReference,
})

Implementation

VariablesArguments({
  this.count,
  this.filter,
  this.format,
  this.start,
  required this.variablesReference,
});