Search constructor

Search({
  1. Map<String, Object?>? context,
  2. List<Result>? items,
  3. String? kind,
  4. List<Promotion>? promotions,
  5. SearchQueries? queries,
  6. SearchSearchInformation? searchInformation,
  7. SearchSpelling? spelling,
  8. SearchUrl? url,
})

Implementation

Search({
  this.context,
  this.items,
  this.kind,
  this.promotions,
  this.queries,
  this.searchInformation,
  this.spelling,
  this.url,
});