ApiCallResponse constructor

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

Implementation

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