alphaNumeric constant Null safety
validates that the input is only alphanumeric characters.
Implementation
static const AskValidator alphaNumeric = _AskAlphaNumeric();
validates that the input is only alphanumeric characters.
static const AskValidator alphaNumeric = _AskAlphaNumeric();