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