JobCancelResponse constructor

JobCancelResponse({
  1. Job? job,
  2. String? kind,
})

Implementation

JobCancelResponse({this.job, this.kind});