SetVariableArguments constructor

SetVariableArguments({
  1. ValueFormat? format,
  2. required String name,
  3. required String value,
  4. required int variablesReference,
})

Implementation

SetVariableArguments({
  this.format,
  required this.name,
  required this.value,
  required this.variablesReference,
});