menu
reactter package
documentation
core.dart
ObjBigIntExt
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
ObjBigIntExt
isOdd property
ObjBigIntExt extension on
Obj
<
BigInt
>