GoogleSecuritySafebrowsingV4ClientInfo.fromJson constructor
GoogleSecuritySafebrowsingV4ClientInfo.fromJson(
- Map json_
Implementation
GoogleSecuritySafebrowsingV4ClientInfo.fromJson(core.Map json_)
: this(
clientId: json_['clientId'] as core.String?,
clientVersion: json_['clientVersion'] as core.String?,
);