Aggregation constructor

Aggregation({
  1. String? alias,
  2. Count? count,
})

Implementation

Aggregation({
  this.alias,
  this.count,
});