TaskUpdateRequest constructor
TaskUpdateRequest({})
Implementation
TaskUpdateRequest(
{this.id,
this.localId,
this.spaceId,
this.pageId,
this.blogPostId,
required this.status,
this.createdBy,
this.assignedTo,
this.completedBy,
this.createdAt,
this.updatedAt,
this.dueAt,
this.completedAt});