GoogleSecuritySafebrowsingV4ThreatHitThreatSource constructor

GoogleSecuritySafebrowsingV4ThreatHitThreatSource({
  1. String? referrer,
  2. String? remoteIp,
  3. String? type,
  4. String? url,
})

Implementation

GoogleSecuritySafebrowsingV4ThreatHitThreatSource({
  this.referrer,
  this.remoteIp,
  this.type,
  this.url,
});