Chars from Aa to Zz and Numbers (0 to 9)
static List<String> get alphaNumericChars => alphaChars + numberChars;