CommentDataEntityRequest constructor
- required String? content,
- String? projectId,
- String? taskId,
- required AttachmentModel? attachment,
Implementation
CommentDataEntityRequest({
required this.content,
this.projectId,
this.taskId,
required this.attachment,
});