isAlphanumeric property
bool
get
isAlphanumeric
Checks if the string contains only alphanumeric characters.
Implementation
bool get isAlphanumeric => v_alphanumeric.isAlphaNumeric(this);
Checks if the string contains only alphanumeric characters.
bool get isAlphanumeric => v_alphanumeric.isAlphaNumeric(this);