toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '9f2221c9',
'\$name': 'InputWebFileGeoPointLocation',
'geoPoint': geoPoint,
'accessHash': accessHash,
'w': w,
'h': h,
'zoom': zoom,
'scale': scale,
};
// Finished toJson.
return returnValue;
}