OrderBy.nothing constructor

const OrderBy.nothing()

Orders by nothing.

In this case, the ordering of result rows is undefined.

Implementation

const OrderBy.nothing() : this(const []);