toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '2bf40ccc',
'\$name': 'AccountUpdateTheme',
'flags': flags,
'format': format,
'theme': theme,
'slug': slug,
'title': title,
'document': document,
'settings': settings,
};
// Finished toJson.
return returnValue;
}