CancelJobOutput constructor

CancelJobOutput({
  1. bool? success,
})

Implementation

CancelJobOutput({
  this.success,
});