TestResponse constructor

TestResponse(
  1. int statusCode,
  2. String body,
  3. Map<String, String> headers
)

Implementation

TestResponse(this.statusCode, this.body, this.headers);