toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '0da082fe',
'\$name': 'VideoSizeStickerMarkup',
'stickerset': stickerset,
'stickerId': stickerId,
'backgroundColors': backgroundColors,
};
// Finished toJson.
return returnValue;
}