isZero property

bool get isZero

Whether the number equals zero.

Implementation

bool get isZero => this == 0;