toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'f46fe924',
'\$name': 'InputWebFileAudioAlbumThumbLocation',
'flags': flags,
'small': small,
'document': document,
'title': title,
'performer': performer,
};
// Finished toJson.
return returnValue;
}