Whether thisDuration is longer than or equal toother.
other
bool operator >=(Duration other) => this._duration >= other._duration;