HttpRestResponse constructor
HttpRestResponse(
- HttpRestRequest request,
- RowResponse rowResponse,
- dynamic response
Implementation
HttpRestResponse(this.request, this.rowResponse, this.response);