GoogleSecuritySafebrowsingV4ThreatListDescriptor constructor

GoogleSecuritySafebrowsingV4ThreatListDescriptor({
  1. String? platformType,
  2. String? threatEntryType,
  3. String? threatType,
})

Implementation

GoogleSecuritySafebrowsingV4ThreatListDescriptor({
  this.platformType,
  this.threatEntryType,
  this.threatType,
});