Search constructor
Search({
- Map<
String, Object?> ? context, - List<
Result> ? items, - String? kind,
- List<
Promotion> ? promotions, - SearchQueries? queries,
- SearchSearchInformation? searchInformation,
- SearchSpelling? spelling,
- SearchUrl? url,
Implementation
Search({
this.context,
this.items,
this.kind,
this.promotions,
this.queries,
this.searchInformation,
this.spelling,
this.url,
});