GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit.fromJson constructor

GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit.fromJson(
  1. Map json_
)

Implementation

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