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