toBigInt method

BigInt toBigInt()

Implementation

BigInt toBigInt() => (BigInt.from(_hi) << 32) | BigInt.from(_lo);