GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit.fromJson constructor
GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit.fromJson(
- Map json_
Implementation
GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit.fromJson(core.Map json_)
: this(
encodedData: json_['encodedData'] as core.String?,
entriesCount: json_['entriesCount'] as core.int?,
firstValueHi: json_['firstValueHi'] as core.String?,
firstValueLo: json_['firstValueLo'] as core.String?,
riceParameter: json_['riceParameter'] as core.int?,
);