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