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