GoogleSecuritySafebrowsingV4ThreatInfo constructor

GoogleSecuritySafebrowsingV4ThreatInfo({
  1. List<String>? platformTypes,
  2. List<GoogleSecuritySafebrowsingV4ThreatEntry>? threatEntries,
  3. List<String>? threatEntryTypes,
  4. List<String>? threatTypes,
})

Implementation

GoogleSecuritySafebrowsingV4ThreatInfo({
  this.platformTypes,
  this.threatEntries,
  this.threatEntryTypes,
  this.threatTypes,
});