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