AggregateSelect constructor

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

Implementation

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