isHex property

bool isHex

Implementation

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