allLocalesWithSymbols static method

List<String> allLocalesWithSymbols()

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

Implementation

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