isOdd property

bool get isOdd

Returns true if this BigInteger is odd.

Implementation

bool get isOdd => _value.isOdd;