final kFilteredLocales = kLocales.fold(<Locale>[], (a, b) { if (a.any((e) => b.languageCode == e.languageCode)) return a; return a..add(b); });