toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"sticker": sticker?.toJson(),
"sticker_width": stickerWidth,
"sticker_height": stickerHeight,
"fitzpatrick_type": fitzpatrickType,
"sound": sound?.toJson(),
};
}