Map<String, dynamic> toJson() => { 'id': id, 'title': title, 'description': description, 'done': done, 'createdAt': createdAt.toIso8601String(), };