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