menu
dictionaryx package
documentation
dictionary_reduced_msa.dart
DictionaryReducedMSA
hasEntry method
hasEntry method
dark_mode
light_mode
hasEntry
method
bool
hasEntry
(
String
word
)
Does the dictionary list the word.
Implementation
bool hasEntry(String word) => DictReducedMSA.hasEntry(word);
dictionaryx package
documentation
dictionary_reduced_msa
DictionaryReducedMSA
hasEntry method
DictionaryReducedMSA class