Chars from A to Z
static List<String> get alphaUpperChars => alphaLowerChars.map((e) => e.toUpperCase()).toList();