isDictionaryShown property

bool isDictionaryShown

Whether or not there is a present dictionary result.

Implementation

bool get isDictionaryShown => _dictionaryResultNotifier.value != null;