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