SetVariableArguments constructor
SetVariableArguments({
- ValueFormat? format,
- required String name,
- required String value,
- required int variablesReference,
Implementation
SetVariableArguments({
this.format,
required this.name,
required this.value,
required this.variablesReference,
});