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