bitLength property
int
get
bitLength
Returns the number of bits in this BigInteger.
Implementation
int get bitLength => _value.bitLength;
Returns the number of bits in this BigInteger.
int get bitLength => _value.bitLength;