allLocalesWithSymbols method Null safety
Returns a list of all locales for which we have date formatting information.
Implementation
static List<String> allLocalesWithSymbols() =>
List<String>.from(dateTimeSymbols.keys);
Returns a list of all locales for which we have date formatting information.
static List<String> allLocalesWithSymbols() =>
List<String>.from(dateTimeSymbols.keys);