GoogleSecuritySafebrowsingV4ThreatEntry constructor

GoogleSecuritySafebrowsingV4ThreatEntry({
  1. String? digest,
  2. String? hash,
  3. String? url,
})

Implementation

GoogleSecuritySafebrowsingV4ThreatEntry({
  this.digest,
  this.hash,
  this.url,
});