toBigInt method

BigInt toBigInt()

Returns this Uint64 as a BigInt.

Implementation

BigInt toBigInt() => _value;