isOdd property

bool? isOdd

Whether this big integer is odd.

Implementation

bool? get isOdd => value?.isOdd;