representation property Null safety
override
The representation of this parameter, how it will be passed to MBurger APIs.
Implementation
Map<String, String> get representation {
return {'original_media': 'true'};
}
The representation of this parameter, how it will be passed to MBurger APIs.
Map<String, String> get representation {
return {'original_media': 'true'};
}