menu
telegram_bot_crashlytics package
documentation
dart_telegram_bot/src/entities/telegram/dice.dart
Dice
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Creates a json from the object
Implementation
Map toJson() { return { 'emoji': emoji, 'value': value, }; }
telegram_bot_crashlytics package
documentation
dart_telegram_bot/src/entities/telegram/dice
Dice
toJson method
Dice class