isZero property

bool get isZero

Returns true if the validated number is equal to 0.

Implementation

bool get isZero => validate() == 0;