DictEntryMeaning class

Part of DictEntry. Created internally.

Constructors

DictEntryMeaning.new(POS pos, String description, List<String> meanings, List<String> examples)

Properties

description String
Sentence describing the word of DictEntry.
getter/setter pair
examples List<String>
Examples illustrsting the meaning.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meanings List<String>
List of meanings describing the context.
getter/setter pair
pos POS
Part-Of_Speach.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasExamples() bool
Whether the examples are ampty.
hasMeanings() bool
Whether the meanings are ampty.
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