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