ApiException constructor

ApiException(
  1. ApiErrorType type,
  2. String message,
  3. {Object? detail}
)

Implementation

ApiException(this.type, this.message, {this.detail});