OrderByClause constructor

const OrderByClause(
  1. List<OrderBy> terms, {
  2. bool singleTable = true,
})

Creates an order-by clause.

Implementation

const OrderByClause(this.terms, {this.singleTable = true});