toMap method
Converts this CompleteRequestParamsArgument into a JSON-compatible map.
Implementation
@override
Map<String, Object?> toMap() {
return {'name': name, 'value': value};
}
Converts this CompleteRequestParamsArgument into a JSON-compatible map.
@override
Map<String, Object?> toMap() {
return {'name': name, 'value': value};
}