InventoryAggregator constructor
InventoryAggregator({
- List<
InventoryAggregator> ? aggregators, - String? expression,
- List<
InventoryGroup> ? groups,
Implementation
InventoryAggregator({
this.aggregators,
this.expression,
this.groups,
});