menu
dictionaryx package
documentation
dictionary_msa.dart
DictionaryMSA
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) => DictMSA.hasEntry(word);
dictionaryx package
documentation
dictionary_msa
DictionaryMSA
hasEntry method
DictionaryMSA class