Task constructor
Task({})
Creates a task with the given fields.
Implementation
Task({
required this.id,
required this.title,
required this.description,
required this.done,
required this.createdAt,
});
Creates a task with the given fields.
Task({
required this.id,
required this.title,
required this.description,
required this.done,
required this.createdAt,
});