AggregateSelect constructor

const AggregateSelect(
  1. AggregateType type,
  2. String alias, [
  3. QuerySelect? select
])

Implementation

const AggregateSelect(this.type, this.alias, [this.select]);