menu
todo
presentation\bloc\comment\comment_bloc.dart
FetchCommentsEvent
FetchCommentsEvent constructor
FetchCommentsEvent
dark_mode
light_mode
FetchCommentsEvent
constructor
FetchCommentsEvent
(
{
required
String
projectId
,
required
String
taskId
,
})
Implementation
FetchCommentsEvent({required this.projectId, required this.taskId});
todo
comment_bloc
FetchCommentsEvent
FetchCommentsEvent constructor
FetchCommentsEvent class