isPositive property
bool
get
isPositive
Returns true if the current value is positive.
Implementation
bool get isPositive => value > 0;
Returns true if the current value is positive.
bool get isPositive => value > 0;