LanguageList class
Constructors
-
LanguageList({List<
Language> ? translation, List<TranslitLanguage> ? transliteration, List<DictionaryLanguage> ? dictionary}) -
const
-
LanguageList.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dictionary
→ List<
DictionaryLanguage> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
translation
→ List<
Language> ? -
final
-
transliteration
→ List<
TranslitLanguage> ? -
final
Methods
-
dictionaryLanguage(
String code) → DictionaryLanguage? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
translationLanguage(
String code) → Language? -
transliterationLanguage(
String code) → TranslitLanguage?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited