count up this duration with n days
Duration plusDays([int v = 1]) { return this + Duration(days: v); }