alphaNumericOnly property Null safety
read / write
Alphabet & Numeric Only regex (No Whitespace & Symbols)
Implementation
static String alphaNumericOnly = r'^[a-zA-Z0-9]+$';
Alphabet & Numeric Only regex (No Whitespace & Symbols)
static String alphaNumericOnly = r'^[a-zA-Z0-9]+$';