判断这个 Duration 是否比 other 长或相等。
other
bool operator >=(Duration other) => this._duration >= other._duration;