isZero property
bool
get
isZero
Implementation
bool get isZero => this == null || this == 0 || (this?.isNegative == true);
bool get isZero => this == null || this == 0 || (this?.isNegative == true);