DiceEmoji enum

This object represents dice emoji.

Inheritance
Available extensions
Annotations
  • @JsonEnum.new(alwaysCreate: true)

Values

dice β†’ const DiceEmoji

🎲

dart β†’ const DiceEmoji

🎯

basketball β†’ const DiceEmoji

πŸ€

football β†’ const DiceEmoji

⚽

bowling β†’ const DiceEmoji

🎳

slotMachine β†’ const DiceEmoji

🎰

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

Constants

values β†’ const List<DiceEmoji>
A constant List of the values in this enum, in order of their declaration.