ApiException constructor

ApiException(
  1. Uri url,
  2. dynamic body,
  3. BaseRequest request,
  4. Response response,
)

Implementation

ApiException(this.url, this.body, this.request, this.response);