RestResponse constructor

RestResponse(
  1. RestRequest request,
  2. RestRowResponse rowResponse,
  3. dynamic response
)

Implementation

RestResponse(this.request, this.rowResponse, this.response);