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