Sense class
Word meaning.
Constructors
-
Sense({required int order, required String definition, Map<
TranslationLanguage, DictionaryDefinitionTranslation> translations = const {}}) -
const
- Sense.fromSenseInfo(SenseInfo senseInfo, {required int order})
-
order = index + 1
factory
- Sense.fromXmlElement(XmlElement data)
-
factory
Properties
- definition → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- order → int
-
Order of the meaning.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
translations
→ Map<
TranslationLanguage, DictionaryDefinitionTranslation> -
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