Task constructor
Task({})
Implementation
Task({
required this.id,
required this.title,
required this.description,
required this.order,
this.votes,
required this.statusId,
this.status,
this.comments,
});