SelectionClause constructor
const
SelectionClause(
- Selectable select, {
- bool singleTable = true,
Creates a selection clause.
Implementation
const SelectionClause(this.select, {this.singleTable = true});