lowerVowels property

List<String> lowerVowels

Lower vowels

Implementation

static List<String> get lowerVowels => ["a", "e", "i", "o", "u", "y"];