CommonLocaleData class abstract

The root class providing access to all Common Data (date fields, units, territories etc...).

Available extensions

Properties

currencies Currencies
Localized currency names.
no setter
date DateFields
Localized date/time-related fields.
no setter
hashCode int
The hash code for this object.
no setterinherited
instance CommonLocaleData
Locale instance.
no setter
languages Languages
Localized language names.
no setter
locale String
Locale code.
no setter
localeDisplayName LocaleDisplayName
Localized locale display name fields.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scripts Scripts
Localized script names.
no setter
subdivisions Subdivisions
Localized subdivision names.
no setter
territories Territories
Localized territory names.
no setter
timeZones TimeZones
Localized timezone names.
no setter
units Units
Localized measurement units.
no setter
variants Variants
Localized variant names.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

localeNames Set<String>
Map with all supported locale names.
final

Constants

cldrVariant → const String
Variant of the CLDR data.
cldrVersion → const String
Version of the CLDR data.
icuVersion → const String
Version of the ICU data.
tzdbVersion → const String
Version of the IANA Timezone database.
unicodeVersion → const String
Version of the Unicode data.