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