currentResult property
Get the result returned from the last search.
Implementation
DictionarySearchResult? get currentResult => _dictionaryResultNotifier.value;
Get the result returned from the last search.
DictionarySearchResult? get currentResult => _dictionaryResultNotifier.value;