ServiceException constructor

ServiceException(
  1. ServiceErrorType type,
  2. String message,
  3. {Object? detail}
)

Implementation

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