isPositive property

bool get isPositive

Returns true if the value is positive (> 0).

Implementation

bool get isPositive => value > 0;