hasEntry method

bool hasEntry(
  1. String word
)

Does the dictionary list the word.

Implementation

bool hasEntry(String word) => DictSA.hasEntry(word);