isZero property
bool
get
isZero
Returns true if the validated number is equal to 0.
Implementation
bool get isZero => validate() == 0;
Returns true if the validated number is equal to 0.
bool get isZero => validate() == 0;