count down this duration with n seconds
Duration minusSeconds([int v = 1]) { return this - Duration(seconds: v); }