Dart SDK
dart:core
int
isOdd
property
isOdd
int
Static methods
parse
Properties
isEven
isOdd
bitLength
sign
isNegative
isInfinite
isNaN
hashCode
isFinite
Constructors
fromEnvironment
Operators
operator &
operator |
operator ^
operator ~
operator <<
operator >>
operator unary-
operator ~/
operator /
operator <
operator >=
operator ==
operator <=
operator >
operator *
operator -
operator %
operator +
Methods
modPow
modInverse
gcd
toUnsigned
toSigned
abs
round
floor
ceil
truncate
roundToDouble
floorToDouble
ceilToDouble
truncateToDouble
toString
toRadixString
remainder
toStringAsFixed
toStringAsPrecision
compareTo
toDouble
clamp
toStringAsExponential
toInt
bool
isOdd
read-only
Returns true if and only if this integer is odd.