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