toBigInt property

BigInt get toBigInt

Implementation

BigInt get toBigInt => BigInt.parse(hex.encode(this), radix: 16);