DestinationNotWorkingEvidence constructor

DestinationNotWorkingEvidence({
  1. String? dnsError,
  2. String? expandedUrl,
  3. int? httpError,
  4. String? invalidPage,
  5. String? lastCheckTime,
  6. String? platform,
  7. String? redirectionError,
  8. String? urlRejected,
})

Implementation

DestinationNotWorkingEvidence({
  this.dnsError,
  this.expandedUrl,
  this.httpError,
  this.invalidPage,
  this.lastCheckTime,
  this.platform,
  this.redirectionError,
  this.urlRejected,
});