PollForTaskOutput constructor

PollForTaskOutput({
  1. TaskObject? taskObject,
})

Implementation

PollForTaskOutput({
  this.taskObject,
});