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