HttpRestResponse constructor

HttpRestResponse(
  1. HttpRestRequest request,
  2. RowResponse rowResponse,
  3. dynamic response
)

Implementation

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