DiceEmoji enum
This object represents dice emoji.
Values
Properties
- hashCode β int
-
The hash code for this object.
no setterinherited
- index β int
-
A numeric identifier for the enumerated value.
no setterinherited
- name β String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType β Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) β dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) β String - Converts the DiceEmoji to its corresponding JSON value.
-
toString(
) β String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) β bool -
The equality operator.
inherited