将此 Duration 与 other 相加,并返回一个新的 Duration 对象作为和。
other
Duration operator +(Duration other) { return Duration._microseconds(_duration + other._duration); }