toBigInt method

BigInt toBigInt()

The BigInt obtained by discarding any fractional digits from this.

Equivalent to truncate.

Implementation

BigInt toBigInt() => truncate();