core.Map<core.String, core.dynamic> toJson() => { if (dayOfWeek != null) 'dayOfWeek': dayOfWeek!, if (timeOfDay != null) 'timeOfDay': timeOfDay!, };