isZero property

bool get isZero

Whether this Rat is zero.

Implementation

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