GroupByClause constructor
const
GroupByClause(
- List<
Selectable> terms, { - bool singleTable = true,
Creates a group-by clause.
Implementation
const GroupByClause(this.terms, {this.singleTable = true});