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