LocaleDisplayNamesFormatter class final

See the Rust documentation for LocaleDisplayNamesFormatter for more information.

Implemented types

Constructors

LocaleDisplayNamesFormatter.new(Locale locale, DisplayNamesOptions options)
Creates a new LocaleDisplayNamesFormatter from locale data and an options bag using compiled data.
factory
LocaleDisplayNamesFormatter.createWithProvider(DataProvider provider, Locale locale, DisplayNamesOptions options)
Creates a new LocaleDisplayNamesFormatter from locale data and an options bag using a particular data source.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(Locale locale) String
Returns the locale-specific display name of a locale.
toString() String
A string representation of this object.
inherited

Operators

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