Whether this Duration is shorter than other.
other
bool operator <(Duration other) => this._duration < other._duration;