HttpConfig.fromJson constructor

HttpConfig.fromJson(
  1. Map json_
)

Implementation

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