ApexResponse constructor

ApexResponse(
  1. ApexRequest request,
  2. RowResponse rowResponse,
  3. dynamic response
)

Implementation

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