LocalizedLanguage class

A localized language and its locale.

Annotations

Constructors

LocalizedLanguage(String name, Locale locale)
Creates a localized language with the given name and locale.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
locale Locale
The locale of the language.
final
name String
A localized name of the language.
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.
override