PolicyTopicEvidence constructor
      
      PolicyTopicEvidence({ 
    
    
- DestinationNotCrawlableEvidence? destinationNotCrawlable,
 - DestinationNotWorkingEvidence? destinationNotWorking,
 - DestinationUrlEvidence? destinationUrl,
 - DomainCallEvidence? domainCall,
 - DownloadSizeEvidence? downloadSize,
 - HttpCallEvidence? httpCall,
 - HttpCookieEvidence? httpCookie,
 
Implementation
PolicyTopicEvidence({
  this.destinationNotCrawlable,
  this.destinationNotWorking,
  this.destinationUrl,
  this.domainCall,
  this.downloadSize,
  this.httpCall,
  this.httpCookie,
});