Api constructor

Api(
  1. ApiConfig _config
)

Implementation

Api(this._config) : baseUrl = '${_config.host}:${_config.port}';