CCApiConfig constructor

const CCApiConfig(
  1. String endpoint,
  2. RequestType requestType,
  3. NetworkType networkType
)

Implementation

const CCApiConfig(this.endpoint, this.requestType, this.networkType);