GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit.fromJson constructor
GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit.fromJson(
- Map json_
Implementation
GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit.fromJson(core.Map json_)
: this(
encodedData: json_['encodedData'] as core.String?,
entriesCount: json_['entriesCount'] as core.int?,
firstValueFirstPart: json_['firstValueFirstPart'] as core.String?,
firstValueFourthPart: json_['firstValueFourthPart'] as core.String?,
firstValueSecondPart: json_['firstValueSecondPart'] as core.String?,
firstValueThirdPart: json_['firstValueThirdPart'] as core.String?,
riceParameter: json_['riceParameter'] as core.int?,
);