SearchResponse constructor

SearchResponse({
  1. List<SearchResult>? results,
})

Implementation

SearchResponse({
  this.results,
});