isPositive property
bool
get
isPositive
Whether the number is greater than zero.
Implementation
bool get isPositive => this > 0;
Whether the number is greater than zero.
bool get isPositive => this > 0;