toBigInt method

BigInt toBigInt()

Truncates this num to a big integer and returns the result as an BigInt.

Implementation

BigInt toBigInt() => _rational.toBigInt();