GoogleSecuritySafebrowsingV4RiceDeltaEncoding constructor

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

Implementation

GoogleSecuritySafebrowsingV4RiceDeltaEncoding({
  this.encodedData,
  this.firstValue,
  this.numEntries,
  this.riceParameter,
});