TaskUpdateRequest constructor
TaskUpdateRequest({})
Creates a new TaskUpdateRequest instance.
Implementation
TaskUpdateRequest({
this.title,
this.bucketId,
this.completedBy,
this.percentComplete,
this.priority,
this.dueDateTime,
this.startDateTime,
});