menu
flutter_nakama package
documentation
nakama.dart
Int64
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
@
override
bool
get
isOdd
Returns
true
if and only if this integer is odd.
Implementation
@override bool get isOdd => (_l & 0x1) == 1;
flutter_nakama package
documentation
nakama
Int64
isOdd property
Int64 class