WebPresenterRestResponse constructor
WebPresenterRestResponse(
- int statusCode,
- Object? body,
- HttpHeaders headers
Implementation
WebPresenterRestResponse(this.statusCode, this.body, this.headers);