Index: pkg/intl/lib/date_format.dart |
diff --git a/pkg/intl/lib/date_format.dart b/pkg/intl/lib/date_format.dart |
index 5f935538b719f255e3fbd34cee5650817722789f..f387f06722dfa861db2eb71448be4c3eb6a7cfeb 100644 |
--- a/pkg/intl/lib/date_format.dart |
+++ b/pkg/intl/lib/date_format.dart |
@@ -249,7 +249,7 @@ class DateFormat { |
* Returns a list of all locales for which we have date formatting |
* information. |
*/ |
- static List<String> allLocalesWithSymbols() => dateTimeSymbols.getKeys(); |
+ static List<String> allLocalesWithSymbols() => dateTimeSymbols.keys; |
/** |
* The named constructors for this class are all conveniences for creating |