ApiException constructor
ApiException(
- int? statusCode,
- dynamic response
Implementation
ApiException(
this.statusCode,
this.response,
);
ApiException(
this.statusCode,
this.response,
);