GoogleSecuritySafebrowsingV4RiceDeltaEncoding.fromJson constructor
GoogleSecuritySafebrowsingV4RiceDeltaEncoding.fromJson(
- Map json_
Implementation
GoogleSecuritySafebrowsingV4RiceDeltaEncoding.fromJson(core.Map json_)
: this(
encodedData: json_.containsKey('encodedData')
? json_['encodedData'] as core.String
: null,
firstValue: json_.containsKey('firstValue')
? json_['firstValue'] as core.String
: null,
numEntries: json_.containsKey('numEntries')
? json_['numEntries'] as core.int
: null,
riceParameter: json_.containsKey('riceParameter')
? json_['riceParameter'] as core.int
: null,
);