didHitNaturalMax property
bool
get
didHitNaturalMax
Represents whether or not the dice roll was a critical hit, meaning that the highest possible value was rolled.
Implementation
bool get didHitNaturalMax => indexOfNaturalMax >= 0;