Index: pkg/intl/lib/src/lazy_locale_data.dart |
diff --git a/pkg/intl/lib/src/lazy_locale_data.dart b/pkg/intl/lib/src/lazy_locale_data.dart |
index 6e515c2d373a57318e7273c62cf0179163bc0ba0..6a4202580701e5e2c11a3334bd17f86daa868a0a 100644 |
--- a/pkg/intl/lib/src/lazy_locale_data.dart |
+++ b/pkg/intl/lib/src/lazy_locale_data.dart |
@@ -64,7 +64,7 @@ class LazyLocaleData { |
bool containsKey(String locale) => availableLocaleSet.contains(locale); |
/** Returns the list of keys/locale names. */ |
- List getKeys() => availableLocales; |
+ List get keys => availableLocales; |
/** |
* Returns the data stored for [localeName]. If no data has been loaded |