ProgressServiceException constructor

const ProgressServiceException(
  1. String message, {
  2. Object? cause,
})

Implementation

const ProgressServiceException(this.message, {this.cause});