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