BigInt hexToBn({Endian endian = Endian.big, bool isNegative = false}) => hex_util.hexToBn(this, endian: endian, isNegative: isNegative);