TestResponse constructor

TestResponse(
  1. Response raw
)

Creates a new TestResponse from an underlying http.Response.

Implementation

TestResponse(this.raw);