core.Map<core.String, core.dynamic> toJson() => { if (endDate != null) 'endDate': endDate!, if (id != null) 'id': id!, if (startDate != null) 'startDate': startDate!, if (title != null) 'title': title!, };