ApiCallResponse constructor

const ApiCallResponse(
  1. dynamic jsonBody,
  2. Pagination? pagination,
  3. ApiError? error,
  4. Map<String, String> headers,
  5. int statusCode, {
  6. Response? response,
})

Implementation

const ApiCallResponse(this.jsonBody, this.pagination, this.error, this.headers, this.statusCode, {this.response});