allLocalesWithSymbols method

List<String> allLocalesWithSymbols ()

Returns a list of all locales for which we have date formatting information.

Implementation

static List<String> allLocalesWithSymbols() =>
    new List<String>.from(dateTimeSymbols.keys);