GoogleSecuritySafebrowsingV4ThreatMatch constructor

GoogleSecuritySafebrowsingV4ThreatMatch({
  1. String? cacheDuration,
  2. String? platformType,
  3. GoogleSecuritySafebrowsingV4ThreatEntry? threat,
  4. GoogleSecuritySafebrowsingV4ThreatEntryMetadata? threatEntryMetadata,
  5. String? threatEntryType,
  6. String? threatType,
})

Implementation

GoogleSecuritySafebrowsingV4ThreatMatch({
  this.cacheDuration,
  this.platformType,
  this.threat,
  this.threatEntryMetadata,
  this.threatEntryType,
  this.threatType,
});