InventoryAggregator constructor

InventoryAggregator({
  1. List<InventoryAggregator>? aggregators,
  2. String? expression,
  3. List<InventoryGroup>? groups,
})

Implementation

InventoryAggregator({
  this.aggregators,
  this.expression,
  this.groups,
});