判断此 Duration 是否短于或等于 other。
other
bool operator <=(Duration other) => this._duration <= other._duration;