menu
fixnum_nanodart package
documentation
fixnum_nanodart
IntX
isOdd property
isOdd
brightness_4
isOdd
property
Null safety
bool
isOdd
Returns
true
if and only if this integer is odd.
Implementation
bool get isOdd;
fixnum_nanodart package
documentation
fixnum_nanodart
IntX
isOdd property
IntX class
Constructors
IntX
Properties
bitLength
hashCode
isEven
isMaxValue
isMinValue
isNegative
isOdd
isZero
runtimeType
Methods
abs
clamp
compareTo
noSuchMethod
numberOfLeadingZeros
numberOfTrailingZeros
remainder
shiftRightUnsigned
toBytes
toDouble
toHexString
toInt
toInt32
toInt64
toRadixString
toSigned
toString
toUnsigned
Operators
operator %
operator &
operator *
operator +
operator -
operator <
operator <<
operator <=
operator ==
operator >
operator >=
operator >>
operator ^
operator unary-
operator |
operator ~
operator ~/