BaseApi<T> constructor

BaseApi<T>(
  1. String url, {
  2. HttpMethod httpMethod = HttpMethod.get,
})

Implementation

BaseApi(this.url, {this.httpMethod = HttpMethod.get});