isDictionaryShown property
Whether or not there is a present dictionary result.
Implementation
bool get isDictionaryShown => _dictionaryResultNotifier.value != null;
Whether or not there is a present dictionary result.
bool get isDictionaryShown => _dictionaryResultNotifier.value != null;