GoogleSecuritySafebrowsingV4ThreatEntrySet constructor
GoogleSecuritySafebrowsingV4ThreatEntrySet({
- String? compressionType,
- GoogleSecuritySafebrowsingV4RawHashes? rawHashes,
- GoogleSecuritySafebrowsingV4RawIndices? rawIndices,
- GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceHashes,
- GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceIndices,
Implementation
GoogleSecuritySafebrowsingV4ThreatEntrySet({
this.compressionType,
this.rawHashes,
this.rawIndices,
this.riceHashes,
this.riceIndices,
});