SearchResult constructor

SearchResult({
  1. List<SearchResult>? clusteredResults,
  2. ResultDebugInfo? debugInfo,
  3. Metadata? metadata,
  4. Snippet? snippet,
  5. String? title,
  6. String? url,
})

Implementation

SearchResult({
  this.clusteredResults,
  this.debugInfo,
  this.metadata,
  this.snippet,
  this.title,
  this.url,
});