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