isNegative property

bool isNegative

returns true of the value of this is negative.

Implementation

bool get isNegative => minorUnits < BigInt.zero;