fluda
num_ext
NumExt
isPositive property
isPositive
fluda
num_ext
NumExt
isPositive property
NumExt extension
Properties
isEven
isNegative
isOdd
isPositive
isPositive
property
bool
isPositive
Returns
true
if the number
this
is a positive number
Implementation
bool get isPositive => this > 0;