Backend constructor

Backend(
  1. String apiKey,
  2. String baseURL
)

Implementation

Backend(this.apiKey, this.baseURL);