SearchResult constructor

SearchResult(
  1. Stream<SearchEntry> _stream
)

Implementation

SearchResult(this._stream);