NpgHttpResponse constructor

const NpgHttpResponse(
  1. int statusCode,
  2. String body
)

Creates a response with the given statusCode and body.

Implementation

const NpgHttpResponse(this.statusCode, this.body);