LocaleExtensions class

Locale extensions as defined for Unicode Locale Identifiers.

These extensions cover Locale information that aren't captured by the language, script, region and variants subtags of the Unicode Language Identifier. Please see the Unicode Technical Standard linked above.

Constructors

LocaleExtensions.new(Map<String, String>? uExtensions, Map<String, String>? tExtensions, Map<String, String>? otherExtensions, String? _xExtensions)
Constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtags List<String>
List of subtags in the Unicode Locale Identifier extensions, including private use extensions.
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