isOdd property - int class - dart:core library (
original
) (
raw
)
description
bool
getisOdd
Returns true if and only if this integer is odd.
Implementation
bool get isOdd;