HttpBaseClientResponse constructor

const HttpBaseClientResponse(
  1. int status,
  2. String message,
  3. String payload,
  4. Map<String, String> headers,
)

Implementation

const HttpBaseClientResponse(
  this.status,
  this.message,
  this.payload,
  this.headers,
);