isHex property

bool get isHex

Implementation

bool get isHex {
  return !reIsBadHex.hasMatch(this);
}