Dice class abstract

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

Annotations
  • @freezed

Constructors

Dice.new({@JsonKey(name: 'emoji') required DiceEmoji emoji, @JsonKey(name: 'value') required int value})
Creates an animated emoji with a random value
const
factory
Dice.fromJson(Map<String, dynamic> json)
Creates a Dice from a JSON map
factory

Properties

copyWith → $DiceCopyWith<Dice>
Create a copy of Dice with the given fields replaced by the non-null parameter values.
no setterinherited
emoji DiceEmoji
Emoji on which the dice throw animation is based
no setterinherited
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.
no setterinherited

Methods

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

Operators

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