menu
kanbancast_components package
documentation
models/comment.dart
Comment
Comment constructor
Comment constructor
dark_mode
light_mode
Comment
constructor
Comment
(
{
required
int
id
,
required
String
content
,
required
int
votes
,
required
int
taskId
,
})
Implementation
Comment({ required this.id, required this.content, required this.votes, required this.taskId, });
kanbancast_components package
documentation
models/comment
Comment
Comment constructor
Comment class