menu
jetleaf_lang package
documentation
lang.dart
Integer
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
get
isOdd
Returns true if the value is odd.
Implementation
bool get isOdd => _value.isOdd;
jetleaf_lang package
documentation
lang
Integer
isOdd property
Integer class