isPositive property

bool get isPositive

Returns true if the current value is positive.

Implementation

bool get isPositive => value > 0;