alphaNumericChars property

List<String> alphaNumericChars

Chars from Aa to Zz and Numbers (0 to 9)

Implementation

static List<String> get alphaNumericChars => alphaChars + numberChars;