LangHmo class
A class that represents the Hiri Motu language.
Properties
- bibliographicCode → String?
-
A three-letter string representing the ISO 639-2/B Bibliographic code for
the language, or
null
if no such code exists.finalinherited - code → String
-
A three-letter string representing the Terminological ISO 639-2 code for
the language.
finalinherited
- codeOther → String
-
A two-letter string representing the ISO 639-1 code for the language.
no setterinherited
- codeShort → String
-
A two-letter string representing the ISO 639-1 code for the language.
finalinherited
- family → NaturalLanguageFamily
-
The language family to which the language belongs.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- internationalName → String
-
An String representing the international name of the object. This is
typically a English name of the ISO object.
no setterinherited
- isRightToLeft → bool
-
Whether the language is written right-to-left.
finalinherited
- name → String
-
The name of the language.
finalinherited
-
namesNative
→ List<
String> -
A list of non-empty strings representing the language's native names.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scripts
→ Set<
Script> -
The ISO 15924 scripts used by the language.
finalinherited
-
translations
→ List<
TranslatedName> -
A list of
TranslatedName
objects representing the translations, with different languages, country and script codes.no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{JsonCodec codec = const JsonCodec()}) → String -
Returns a JSON-encoded string representation of the object.
inherited
-
toString(
{bool short = true}) → String -
Returns a string representation of this NaturalLanguage object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited