Index: pkg/intl/lib/src/intl_helpers.dart |
diff --git a/pkg/intl/lib/src/intl_helpers.dart b/pkg/intl/lib/src/intl_helpers.dart |
index 9d6df5a40e5bf676ecc7ebeabc45350099e31369..95facfdc121bed32e4d2157059af62a966ec3109 100644 |
--- a/pkg/intl/lib/src/intl_helpers.dart |
+++ b/pkg/intl/lib/src/intl_helpers.dart |
@@ -20,7 +20,7 @@ class UninitializedLocaleData { |
operator [](String key) { |
_throwException(); |
} |
- List getKeys() => _throwException(); |
+ List get keys => _throwException(); |
bool containsKey(String key) => _throwException(); |
_throwException() { |