ApiException.withResponse constructor
ApiException.withResponse(
- int code,
- String message,
- ApiErrorResponse? response
Constructor with ApiErrorResponse
Implementation
ApiException.withResponse(this.code, this.message, this.response);