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