RestResponse constructor
RestResponse(
- RestRequest request,
- RestRowResponse rowResponse,
- dynamic response
Implementation
RestResponse(this.request, this.rowResponse, this.response);