isZero property

bool get isZero

Returns true if the value is exactly zero.

Implementation

bool get isZero => value == 0;