ErrorOccurredOutput constructor

const ErrorOccurredOutput({
  1. bool? suppressOutput,
  2. String? errorHandling,
  3. int? retryCount,
  4. String? userNotification,
})

Implementation

const ErrorOccurredOutput({
  this.suppressOutput,
  this.errorHandling,
  this.retryCount,
  this.userNotification,
});