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