GoogleSecuritySafebrowsingV5HashList constructor

GoogleSecuritySafebrowsingV5HashList({
  1. GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit? additionsEightBytes,
  2. GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit? additionsFourBytes,
  3. GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit? additionsSixteenBytes,
  4. GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit? additionsThirtyTwoBytes,
  5. GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit? compressedRemovals,
  6. GoogleSecuritySafebrowsingV5HashListMetadata? metadata,
  7. String? minimumWaitDuration,
  8. String? name,
  9. bool? partialUpdate,
  10. String? sha256Checksum,
  11. String? version,
})

Implementation

GoogleSecuritySafebrowsingV5HashList({
  this.additionsEightBytes,
  this.additionsFourBytes,
  this.additionsSixteenBytes,
  this.additionsThirtyTwoBytes,
  this.compressedRemovals,
  this.metadata,
  this.minimumWaitDuration,
  this.name,
  this.partialUpdate,
  this.sha256Checksum,
  this.version,
});