ApiException.withInner constructor
ApiException.withInner(
- int code,
- String? message,
- Exception? innerException,
- StackTrace? stackTrace,
Implementation
ApiException.withInner(this.code, this.message, this.innerException, this.stackTrace);