Response constructor
Response(
- StreamedResponse _httpResponse,
- String _response
Implementation
Response(this._httpResponse, this._response);
Response(this._httpResponse, this._response);