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