SearchResults constructor

SearchResults(
  1. String id,
  2. List<SearchResult> results,
  3. bool isLast
)

Implementation

SearchResults(this.id, this.results, this.isLast);