DictionaryMSA class

Complete dictionary with meanings, synonyms and antonyms.

Constructors

DictionaryMSA.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEntry(String word) DictEntry
Returns the entry for the given word.
getPos(String str) POS
Maps a string to POS-enum.
inherited
hasEntry(String word) bool
Does the dictionary list the word.
length() int
Returns the number of word-entries of the dictionary.
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.
inherited