PolicyTopicEvidence constructor

PolicyTopicEvidence({
  1. DestinationNotCrawlableEvidence? destinationNotCrawlable,
  2. DestinationNotWorkingEvidence? destinationNotWorking,
  3. DestinationUrlEvidence? destinationUrl,
  4. DomainCallEvidence? domainCall,
  5. DownloadSizeEvidence? downloadSize,
  6. HttpCallEvidence? httpCall,
  7. HttpCookieEvidence? httpCookie,
})

Implementation

PolicyTopicEvidence({
  this.destinationNotCrawlable,
  this.destinationNotWorking,
  this.destinationUrl,
  this.domainCall,
  this.downloadSize,
  this.httpCall,
  this.httpCookie,
});