isZero property

bool get isZero

Returns true if this number is zero.

Implementation

bool get isZero => this == 0;