isAlphanumeric property

bool get isAlphanumeric

Checks if the string contains only alphanumeric characters.

Implementation

bool get isAlphanumeric => v_alphanumeric.isAlphaNumeric(this);