vowels property

List<String> vowels

Upper and lower vowels

Implementation

static List<String> get vowels => (upperVowels + lowerVowels)..sort();