QudsLanguageDetails class abstract

Details about some language.

Constructors

QudsLanguageDetails()

Properties

abbreviatedName String
The abbreviated name of the language like 'ع'
no setter
countryCode String
The country code like 'PS'
no setter
countryName String
The country name like 'فلسطين'
no setter
dictionary Map<String, String>
The dicionary of the co-words of this language
no setter
fullCode String
The full code of the language like 'ar_PS'
no setter
hashCode int
The hash code for this object.
no setterinherited
langCode String
The language code like 'ar'
no setter
langName String
The language name like 'العربية'
no setter
preferredFontFamily String?
The desired font family of the language
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDirection TextDirection
The text direction of the language
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.
override

Operators

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