toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'cff63ea9',
'\$name': 'AiComposeTone',
'flags': flags,
'creator': creator,
'id': id,
'accessHash': accessHash,
'slug': slug,
'title': title,
'emojiId': emojiId,
'prompt': prompt,
'installsCount': installsCount,
'authorId': authorId,
'exampleEnglish': exampleEnglish,
};
// Finished toJson.
return returnValue;
}