Result constructor

Result({
  1. String? cacheId,
  2. String? displayLink,
  3. String? fileFormat,
  4. String? formattedUrl,
  5. String? htmlFormattedUrl,
  6. String? htmlSnippet,
  7. String? htmlTitle,
  8. ResultImage? image,
  9. String? kind,
  10. List<ResultLabels>? labels,
  11. String? link,
  12. String? mime,
  13. Map<String, Object?>? pagemap,
  14. String? snippet,
  15. String? title,
})

Implementation

Result({
  this.cacheId,
  this.displayLink,
  this.fileFormat,
  this.formattedUrl,
  this.htmlFormattedUrl,
  this.htmlSnippet,
  this.htmlTitle,
  this.image,
  this.kind,
  this.labels,
  this.link,
  this.mime,
  this.pagemap,
  this.snippet,
  this.title,
});