toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'be5335be',
'\$name': 'UploadGetFile',
'flags': flags,
'precise': precise,
'cdnSupported': cdnSupported,
'location': location,
'offset': offset,
'limit': limit,
};
// Finished toJson.
return returnValue;
}