UpdateTaskSetResponse constructor

UpdateTaskSetResponse({
  1. TaskSet? taskSet,
})

Implementation

UpdateTaskSetResponse({
  this.taskSet,
});