Translation class

Constructors

Translation({TranslationLanguage? language, String? word, String? definition})
const
Translation.fromDictionaryDefinitionTranslation(DictionaryDefinitionTranslation value, {TranslationLanguage? language})
factory
Translation.fromXmlElement(XmlElement data)
factory

Properties

definition String?
Translation definition.
final
hashCode int
The hash code for this object.
no setteroverride
language TranslationLanguage?
Translation language.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
word String?
Translation text.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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