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