Whether thisDuration is longer thanother.
other
bool operator >(Duration other) => this._duration > other._duration;