GoogleSecuritySafebrowsingV5ThreatUrl.fromJson constructor
GoogleSecuritySafebrowsingV5ThreatUrl.fromJson(
- Map json_
Implementation
GoogleSecuritySafebrowsingV5ThreatUrl.fromJson(core.Map json_)
: this(
threatTypes: (json_['threatTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
url: json_['url'] as core.String?,
);