alphaLowerChars top-level property

Iterable<string> get alphaLowerChars

Chars from a to z

Implementation

Iterable<string> get alphaLowerChars => [...lowerConsonants, ...lowerVowels]..sort();