menu
fast_app_base package
documentation
common/common.dart
VxNumExtension
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
get
isOdd
Returns if the number is odd
Implementation
bool get isOdd => this % 2 != 0;
fast_app_base package
documentation
common/common
VxNumExtension
isOdd property
VxNumExtension extension on
num