hasModifier property
bool
get
hasModifier
Whether or not this dice has a modifier.
Implementation
bool get hasModifier =>
((modifierValue != null && modifierValue != 0) || modifierStat != null);
Whether or not this dice has a modifier.
bool get hasModifier =>
((modifierValue != null && modifierValue != 0) || modifierStat != null);