toBigInt property

BigInt toBigInt

Convert JS BigNumber to Dart BigInt.

Implementation

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