isZero method

bool isZero()

Returns whether this number is exactly zero.

Implementation

bool isZero() => this == 0;