ApiException<T>.withInner constructor
const
ApiException<T>.withInner (
- int code,
- String? message,
- Exception? innerException,
- StackTrace? stackTrace,
Implementation
const ApiException.withInner(
this.code,
this.message,
this.innerException,
this.stackTrace,
) : body = null;