TaskUpdateToolOutput constructor
const
TaskUpdateToolOutput({})
Implementation
const TaskUpdateToolOutput({
required this.success,
required this.taskId,
required this.updatedFields,
this.error,
this.statusChange,
this.verificationNudgeNeeded = false,
});