menu
gmana package
documentation
extensions/num_ext.dart
IntX
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
get
isOdd
Returns true if the number is odd.
Implementation
bool get isOdd => this % 2 != 0;
gmana package
documentation
extensions/num_ext
IntX
isOdd property
IntX extension on
int