DictionaryMSAFlutter class

Complete dictionary with meanings, synonyms and antonyms.

Constructors

DictionaryMSAFlutter()

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) Future<DictEntry>
getPos(String str) POS
Maps a string to POS-enum.
inherited
hasEntry(String word) Future<bool>
Does the dictionary list the word.
length() Future<int>
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