menu
televerse package
documentation
telegram.dart
Dice
Dice const constructor
Dice const constructor
dark_mode
light_mode
Dice
constructor
const
Dice
(
{
required
DiceEmoji
emoji
,
required
int
value
,
})
Creates a new
Dice
object.
Implementation
const Dice({ required this.emoji, required this.value, });
televerse package
documentation
telegram
Dice
Dice const constructor
Dice class