$AdPolicyTopicEvidenceDestinationNotWorking constructor

$AdPolicyTopicEvidenceDestinationNotWorking({
  1. String? device,
  2. String? dnsErrorType,
  3. String? expandedUri,
  4. String? httpErrorCode,
  5. String? lastCheckedTime,
})

Implementation

$AdPolicyTopicEvidenceDestinationNotWorking({
  this.device,
  this.dnsErrorType,
  this.expandedUri,
  this.httpErrorCode,
  this.lastCheckedTime,
});