NamedLocale class

A locale that has a display name.

Constructors

NamedLocale(String code, String name)
Create a new named locale from a code and a name.
const

Properties

code String
The locale code in the form of <countryCode>_
final
hashCode int
The hash code for this object.
no setterinherited
locale Locale
A locale that can be used with widgets.
no setter
name String
A display name for the locale.
final
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
toString() String
A string representation of this object.
override

Operators

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