GoogleSecuritySafebrowsingV4RiceDeltaEncoding.fromJson constructor

GoogleSecuritySafebrowsingV4RiceDeltaEncoding.fromJson(
  1. Map json_
)

Implementation

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