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