menu
libac_dart
discord/structures/sticker.dart
StickerItem
StickerItem.fromJson factory constructor
StickerItem.fromJson
dark_mode
light_mode
StickerItem.fromJson
constructor
StickerItem.fromJson
(
String
js
)
Implementation
factory StickerItem.fromJson(String js) { return StickerItem.decode(json.decode(js)); }
libac_dart
sticker
StickerItem
StickerItem.fromJson factory constructor
StickerItem class