menu
jetleaf_lang package
documentation
lang.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_lang package
documentation
lang
BigInteger
isOdd property
BigInteger class