GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit constructor

GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit({
  1. String? encodedData,
  2. int? entriesCount,
  3. String? firstValueFirstPart,
  4. String? firstValueFourthPart,
  5. String? firstValueSecondPart,
  6. String? firstValueThirdPart,
  7. int? riceParameter,
})

Implementation

GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit({
  this.encodedData,
  this.entriesCount,
  this.firstValueFirstPart,
  this.firstValueFourthPart,
  this.firstValueSecondPart,
  this.firstValueThirdPart,
  this.riceParameter,
});