toBigInt method

BigInt toBigInt()

Converts this double to BigInt.

Implementation

BigInt toBigInt() => BigInt.from(this);