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