DateRange copyWith({ DateTime? start, DateTime? end, }) => DateRange( start ?? this.start, end ?? this.end, );