GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit constructor

GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit({
  1. String? encodedData,
  2. int? entriesCount,
  3. int? firstValue,
  4. int? riceParameter,
})

Implementation

GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit({
  this.encodedData,
  this.entriesCount,
  this.firstValue,
  this.riceParameter,
});