AggregationDataChanges constructor

AggregationDataChanges(
  1. Aggregations? prev,
  2. Aggregations? next
)

Implementation

AggregationDataChanges(this.prev, this.next);