SearchResult constructor
SearchResult({
- List<
SearchResult> ? clusteredResults, - ResultDebugInfo? debugInfo,
- Metadata? metadata,
- Snippet? snippet,
- String? title,
- String? url,
Implementation
SearchResult({
this.clusteredResults,
this.debugInfo,
this.metadata,
this.snippet,
this.title,
this.url,
});