Convert to map
Map<String, dynamic> toMap() => { 'startHour': startHour, 'endHour': endHour, 'daysOfWeek': daysOfWeek, };