isNegative property

bool get isNegative

Whether this Rat is negative.

Implementation

bool get isNegative => n < BigInt.zero;