date_symbol_data_local library

Date/time formatting symbols for all locales.

DO NOT EDIT. This file is autogenerated by script. See 'http://go/generate_datetime_constants.py' using the --for_dart flag. File generated from CLDR ver. 42

Before checkin, this file could have been manually edited. This is to incorporate changes before we could correct CLDR. All manual modification must be documented in this section, and should be removed after those changes land to CLDR.

Functions

dateTimeSymbolMap() Map
Returns a Map from locale names to the DateSymbols instance for that locale. Internal use only. Call initializeDateFormatting instead.
initializeDateFormatting([String? locale, String? ignored]) Future<void>
This should be called for at least one locale before any date formatting methods are called. It sets up the lookup for date symbols. Both the locale and ignored parameter are ignored, as the data for all locales is directly available.