ProxyAPIConfig.fromJson constructor

ProxyAPIConfig.fromJson(
  1. String json
)

Implementation

factory ProxyAPIConfig.fromJson(String json) {
  return ProxyAPIConfig.fromMap(jsonDecode(json));
}