TestResponse constructor
TestResponse(
- HttpClientResponse _response,
- String body
Creates a test response wrapper around an HTTP response.
_response The HTTP client response object.
body The response body content as a string.
Implementation
TestResponse(this._response, this.body);