toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'a76a5392',
'\$name': 'StickersSetStickerSetThumb',
'flags': flags,
'stickerset': stickerset,
'thumb': thumb,
'thumbDocumentId': thumbDocumentId,
};
// Finished toJson.
return returnValue;
}