GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit constructor

GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit({
  1. String? encodedData,
  2. int? entriesCount,
  3. String? firstValueHi,
  4. String? firstValueLo,
  5. int? riceParameter,
})

Implementation

GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit({
  this.encodedData,
  this.entriesCount,
  this.firstValueHi,
  this.firstValueLo,
  this.riceParameter,
});