menu
jetleaf package
documentation
jetleaf.dart
BigInteger
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
get
isOdd
Returns true if this BigInteger is odd.
Implementation
bool get isOdd => _value.isOdd;
jetleaf package
documentation
jetleaf
BigInteger
isOdd property
BigInteger class