ApiException.withResponse constructor

ApiException.withResponse(
  1. int code,
  2. String message,
  3. ApiErrorResponse? response
)

Constructor with ApiErrorResponse

Implementation

ApiException.withResponse(this.code, this.message, this.response);