ixHexaDecimalNumber static method

bool ixHexaDecimalNumber(
  1. String v
)

Implementation

static bool ixHexaDecimalNumber(String v) {
  return _hexaDecimalRegex.hasMatch(v);
}