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