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