HumanLifeGame
dice
Dice
Dice const constructor
Dice
HumanLifeGame
dice
Dice
Dice const constructor
Dice class
Constructors
Dice
Properties
hashCode
max
min
runtimeType
Methods
noSuchMethod
roll
toString
Operators
operator ==
Constants
defaultMax
defaultMin
Dice
constructor
const
Dice
(
{
int
min
:
defaultMin
,
int
max
:
defaultMax
}
)
Implementation
const Dice({this.min = defaultMin, this.max = defaultMax});