Creates a Sticker object from JSON object
factory Sticker.fromJson(Map<String, dynamic> json) => _$StickerFromJson(json);