Response constructor

const Response(
  1. HttpClientRequest _req,
  2. HttpClientResponse _res
)

Implementation

const Response(this._req, this._res);