toBigInt method

BigInt toBigInt()

Converts bytes to a BigInt.

Implementation

BigInt toBigInt() => ByteUtils.bytesToBigInt(this);