alphaChars property

List<String> alphaChars

Chars from Aa to Zz

Implementation

static List<String> get alphaChars =>
    (alphaUpperChars + alphaLowerChars)..sort();