SenseInfo class

의미

(sense_info)

Constructors

SenseInfo({required String definition, String? reference, PatternInfo? patternInfo, RelatedInfo? relatedInfo, Map<TranslationLanguage, DictionaryDefinitionTranslation> translations = const {}, List<ExampleInfo> examples = const []})
SenseInfo.fromXmlElement(XmlElement data)
factory

Properties

definition String
final
examples List<ExampleInfo>
final
hashCode int
The hash code for this object.
no setteroverride
patternInfo PatternInfo?
final
reference String?
final
relatedInfo RelatedInfo?
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