GoogleSecuritySafebrowsingV4ThreatEntrySet constructor

GoogleSecuritySafebrowsingV4ThreatEntrySet({
  1. String? compressionType,
  2. GoogleSecuritySafebrowsingV4RawHashes? rawHashes,
  3. GoogleSecuritySafebrowsingV4RawIndices? rawIndices,
  4. GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceHashes,
  5. GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceIndices,
})

Implementation

GoogleSecuritySafebrowsingV4ThreatEntrySet({
  this.compressionType,
  this.rawHashes,
  this.rawIndices,
  this.riceHashes,
  this.riceIndices,
});