StopTaskResponse constructor

StopTaskResponse({
  1. Task? task,
})

Implementation

StopTaskResponse({
  this.task,
});