ProductionAPI constructor

ProductionAPI(
  1. Map<String, String> authHeaders,
  2. String baseUrl
)

Implementation

ProductionAPI(this.authHeaders, this.baseUrl);