Map<String, dynamic> toMap() { return { 'id': id, 'createdAt': createdAt.toIso8601String(), 'updatedAt': updatedAt.toIso8601String(), }; }