ApiException constructor

const ApiException(
  1. int httpStatus,
  2. String code,
  3. String message,
  4. Map<String, Object?> details,
)

Implementation

const ApiException(this.httpStatus, this.code, this.message, this.details);