toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '6e153f16',
'\$name': 'MessagesStickerSet',
'set': set,
'packs': packs,
'keywords': keywords,
'documents': documents,
};
// Finished toJson.
return returnValue;
}