searchResults property
UnmodifiableListView<SearchResult>
get
searchResults
Gets a list containing the nodes found by the current search term.
notifyListeners is called whenever this value changes. The returned Iterable is closed for modification.
Implementation
UnmodifiableListView<SearchResult> get searchResults =>
UnmodifiableListView(_searchResults);