Flutter
dart:core
BigInt
isOdd property
isOdd
BigInt class
Constructors
from
Properties
bitLength
isEven
isNegative
isOdd
isValidInt
sign
hashCode
runtimeType
Methods
abs
compareTo
gcd
modInverse
modPow
pow
remainder
toDouble
toInt
toRadixString
toSigned
toString
toUnsigned
noSuchMethod
Operators
operator %
operator &
operator *
operator +
operator -
operator /
operator <
operator <<
operator <=
operator >
operator >=
operator >>
operator ^
operator unary-
operator |
operator ~
operator ~/
operator ==
Static properties
one
two
zero
Static methods
parse
tryParse
isOdd property
bool
isOdd
Whether this big integer is odd.
Implementation
bool get isOdd;