alphaNumericOnly property

String alphaNumericOnly
getter/setter pair

Alphabet & Numeric Only regex

Implementation

static String alphaNumericOnly = r'^[a-zA-Z0-9]+$';