FetchCommentsEvent constructor

FetchCommentsEvent({
  1. required String projectId,
  2. required String taskId,
})

Implementation

FetchCommentsEvent({required this.projectId, required this.taskId});