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