isZero property

bool get isZero

Returns true if the current value is zero.

Implementation

bool get isZero => value == 0;