menu
reactter package
documentation
core.dart
ObjBigIntNullExt
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
?
get
isOdd
Whether this big integer is odd.
Implementation
bool? get isOdd => value?.isOdd;
reactter package
documentation
core
ObjBigIntNullExt
isOdd property
ObjBigIntNullExt extension on
Obj
<
BigInt
?
>