Converts this String to a BigInt parsing as a HEX sequence.
BigInt toBigIntFromHex() => BigInt.parse(this, radix: 16);