build method

List<OrderByElement> build()

Builds the ORDER BY clause.

Implementation

List<OrderByElement> build() => _orderByElements;