TaskUpdateToolInput constructor
const
TaskUpdateToolInput({})
Implementation
const TaskUpdateToolInput({
required this.taskId,
this.subject,
this.description,
this.activeForm,
this.status,
this.addBlocks,
this.addBlockedBy,
this.owner,
this.metadata,
});