Map<String, dynamic> toMap() { return <String, dynamic>{ 'title': title, 'date_time': dateTime, 'duration': duration, 'location': location, }; }