ResponsePayload constructor

ResponsePayload(
  1. FinalizedRequest request,
  2. BaseResponse? response, [
  3. RequestException? exception
])

Implementation

ResponsePayload(this.request, this.response, [this.exception]);