ApiException.withInner constructor

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

Implementation

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