Response constructor

Response(
  1. HttpResponse _httpResponse
)

init new response

Implementation

Response(this._httpResponse);