OrderBy constructor

const OrderBy(
  1. List<OrderingTerm> terms
)

Constructs an order by clause by the terms.

Implementation

const OrderBy(this.terms);