isAlphaNumeric property

bool get isAlphaNumeric

Checks string is Alpha Numerical or not and return bool

Implementation

bool get isAlphaNumeric => FxString.isAlphaNumeric(this);