alphaChars top-level property

Iterable<string> get alphaChars

Chars from Aa to Zz

Implementation

Iterable<string> get alphaChars => [...alphaUpperChars, ...alphaLowerChars]..sort();