isPositive property

bool isPositive

returns true if the value of this is positive.

Implementation

bool get isPositive => value > Decimal.zero;