Response constructor

Response(
  1. StreamedResponse _httpResponse,
  2. String _response
)

Implementation

Response(this._httpResponse, this._response);