Chars from A to Z
Iterable<string> get alphaUpperChars => alphaLowerChars.map((e) => e.toUpperCase()).toList();