I18nLanguageSnippet class
Basic details about an i18n language, such as language code and human-readable name.
Constructors
- I18nLanguageSnippet({String? hl, String? name})
- I18nLanguageSnippet.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hl ↔ String?
-
A short BCP-47 code that uniquely identifies a language.
getter/setter pair
- name ↔ String?
-
The human-readable name of the language in the language itself.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited