isZero property

bool get isZero

Returns if the number is zer0

Implementation

bool get isZero => this == 0;