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