ResponseBody constructor
ResponseBody(
- HttpResponse _response,
- ResponseHeaders _headers
Implementation
ResponseBody(this._response, this._headers);
ResponseBody(this._response, this._headers);