Returns true if the value of this Duration is greater than the value of other.
true
other
bool operator >(Duration other) => this._duration > other._duration;