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