toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'e9a734fa',
'\$name': 'PhotoCachedSize023',
'type': type,
'location': location,
'w': w,
'h': h,
'bytes': bytes,
};
// Finished toJson.
return returnValue;
}