GoogleSecuritySafebrowsingV4ThreatHitUserInfo.fromJson constructor
GoogleSecuritySafebrowsingV4ThreatHitUserInfo.fromJson(
- Map json_
Implementation
GoogleSecuritySafebrowsingV4ThreatHitUserInfo.fromJson(core.Map json_)
: this(
regionCode: json_['regionCode'] as core.String?,
userId: json_['userId'] as core.String?,
);