Adds this Duration and other and returns the sum as a new Duration object.
other
@override DateRange operator +(Duration other) => DateRange.duration(startDate, duration + other);