isZero property

bool isZero

returns true if the value of this is zero.

Implementation

bool get isZero => minorUnits == BigInt.zero;