toBigInt method

BigInt toBigInt()

converts string to BigInt

Implementation

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