Future<DictWords> getDictWords() async { String jsString = await rootBundle.loadString('lib/util/words.json'); return dictWordsFromJson(jsString); }