Multiply a duration by a factor
factor
Duration multiply(int factor) { return Duration(microseconds: inMicroseconds * factor); }