toBigIntFromHex property

BigInt get toBigIntFromHex

Implementation

BigInt get toBigIntFromHex => BigInt.parse(this, radix: 16);