APIConfig constructor

APIConfig(
  1. String baseUrl,
  2. String token
)

Implementation

APIConfig(this.baseUrl, this.token);