isPositive property

bool isPositive

returns true if the value of this is positive.

Implementation

bool get isPositive => minorUnits > BigInt.zero;