UsecaseException constructor

UsecaseException(
  1. UsecaseErrorType type,
  2. String message,
  3. {Object? detail}
)

Implementation

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