ProgressDialogException constructor

ProgressDialogException(
  1. ProgressDialogExceptionType type, [
  2. String? message
])

Implementation

ProgressDialogException(
  this.type, [
  this.message,
]);