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