DestinationNotCrawlableEvidence constructor

DestinationNotCrawlableEvidence({
  1. String? crawlTime,
  2. String? crawledUrl,
  3. String? reason,
})

Implementation

DestinationNotCrawlableEvidence({
  this.crawlTime,
  this.crawledUrl,
  this.reason,
});