CommentModel constructor
Implementation
CommentModel({
required this.id,
required this.content,
required this.postedAt,
this.projectId,
this.taskId,
this.attachment,
});
CommentModel({
required this.id,
required this.content,
required this.postedAt,
this.projectId,
this.taskId,
this.attachment,
});