DictEntry class

Returned result. Created internally. meaning may be null to safe memory and one is only interested in synonyms and antonyms.

Constructors

DictEntry.new(String word, List<DictEntryMeaning> meanings, List<String> synonyms, List<String> antonyms)
DictEntry.noMeaning(String word, List<String> synonyms, List<String> antonyms)

Properties

antonyms List<String>
List short antonyms.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meanings List<DictEntryMeaning>
The meaning of the word.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synonyms List<String>
List short synonyms.
getter/setter pair
word String
The entry looked-up.
getter/setter pair

Methods

hasExplanations() bool
Whether the DictEntryMeaning object is null or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
String representation of class.
override

Operators

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