bitLength property

int get bitLength

Returns the number of bits in this BigInteger.

Implementation

int get bitLength => _value.bitLength;