toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '0d999256',
'\$name': 'MessageActionTopicCreate',
'flags': flags,
'titleMissing': titleMissing,
'title': title,
'iconColor': iconColor,
'iconEmojiId': iconEmojiId,
};
// Finished toJson.
return returnValue;
}