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