Subtracts other from this Duration and returns the difference as a new Duration object.
other
@override Duration operator -(Duration other) => $value - other;