isHex method

bool isHex({
  1. int bits = -1,
  2. bool ignoreLength = false,
})

Implementation

bool isHex({int bits = -1, bool ignoreLength = false}) =>
    is_util.isHex(this, bits: bits, ignoreLength: ignoreLength);