toBigInt method

BigInt toBigInt()

Creates a BigInt from this number value.

Implementation

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