menu
dictionaryx package
documentation
dictionary_sa.dart
DictionarySA
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) => DictSA.hasEntry(word);
dictionaryx package
documentation
dictionary_sa
DictionarySA
hasEntry method
DictionarySA class