Dice class

This object represents an animated emoji that displays a random value.

Constructors

Dice({required DiceEmoji emoji, required int value})
Creates a new Dice object.
const
Dice.fromJson(Map<String, dynamic> json)
Creates a new Dice object from json.
factory

Properties

emoji DiceEmoji
Emoji on which the dice throw animation is based
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” base emoji, 1-64 for “🎰” base emoji
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a Dice object to json.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited