DeleteTaskSetResponse constructor

DeleteTaskSetResponse({
  1. TaskSet? taskSet,
})

Implementation

DeleteTaskSetResponse({
  this.taskSet,
});