toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '9a3d8c6d',
'\$name': 'AccountThemes',
'hash': hash,
'themes': themes,
};
// Finished toJson.
return returnValue;
}