toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (endTimeOfDay != null) 'endTimeOfDay': endTimeOfDay!,
if (repeatInterval != null) 'repeatInterval': repeatInterval!,
if (scheduleEndDate != null) 'scheduleEndDate': scheduleEndDate!,
if (scheduleStartDate != null) 'scheduleStartDate': scheduleStartDate!,
if (startTimeOfDay != null) 'startTimeOfDay': startTimeOfDay!,
};