HttpResponse constructor
Constructs an HttpResponse instance with the provided status code and body.
Implementation
const HttpResponse(this.statusCode, this.body);
Constructs an HttpResponse instance with the provided status code and body.
const HttpResponse(this.statusCode, this.body);