ProxyConfig.fromJson constructor
ProxyConfig.fromJson(
- Map json_
Implementation
ProxyConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
httpProxyBaseUri: json_['httpProxyBaseUri'] as core.String?,
);