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