isZero property

bool get isZero

Returns true if the number is zero.

Implementation

bool get isZero => this == 0;