AggregateBy constructor

AggregateBy({
  1. String? dataSourceId,
  2. String? dataTypeName,
})

Implementation

AggregateBy({
  this.dataSourceId,
  this.dataTypeName,
});