@pragma("vm:prefer-inline") bool isLessThanOrEqual(Object other) => isLessThan(other) || isEqual(other);