isAlphaNumeric property

bool isAlphaNumeric

Implementation

bool get isAlphaNumeric {
  return _alphaNumeric.hasMatch(this);
}