GoogleSecuritySafebrowsingV4ThreatMatch constructor
GoogleSecuritySafebrowsingV4ThreatMatch({
- String? cacheDuration,
- String? platformType,
- GoogleSecuritySafebrowsingV4ThreatEntry? threat,
- GoogleSecuritySafebrowsingV4ThreatEntryMetadata? threatEntryMetadata,
- String? threatEntryType,
- String? threatType,
Implementation
GoogleSecuritySafebrowsingV4ThreatMatch({
this.cacheDuration,
this.platformType,
this.threat,
this.threatEntryMetadata,
this.threatEntryType,
this.threatType,
});