GoogleSecuritySafebrowsingV4ThreatEntry.fromJson constructor

GoogleSecuritySafebrowsingV4ThreatEntry.fromJson(
  1. Map json_
)

Implementation

GoogleSecuritySafebrowsingV4ThreatEntry.fromJson(core.Map json_)
  : this(
      digest: json_['digest'] as core.String?,
      hash: json_['hash'] as core.String?,
      url: json_['url'] as core.String?,
    );