ApiException.withInner constructor

ApiException.withInner(
  1. int code,
  2. String? message,
  3. Exception? innerException,
  4. StackTrace? stackTrace,
)

Implementation

ApiException.withInner(this.code, this.message, this.innerException, this.stackTrace);