isHex method

bool isHex([
  1. int bitLength = -1,
  2. bool ignoreLength = false
])

Implementation

bool isHex([int bitLength = -1, bool ignoreLength = false]) =>
    isUtil.isHex(this, bitLength, ignoreLength);