APIConfig.fromJson constructor

APIConfig.fromJson(
  1. Map<String, dynamic> json
)

Constructs an APIConfig from json.

Implementation

APIConfig.fromJson(Map<String, dynamic> json) : this(json);