toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'sticker': sticker?.toJson(),
'sticker_width': stickerWidth,
'sticker_height': stickerHeight,
'fitzpatrick_type': fitzpatrickType,
'sound': sound?.toJson(),
'@type': constructor,
};