PricingEngine constructor
- PriceRepository repository, {
- MaterialAggregatorService? aggregator,
Implementation
PricingEngine(this.repository, {MaterialAggregatorService? aggregator})
: aggregator = aggregator ?? MaterialAggregatorService();
PricingEngine(this.repository, {MaterialAggregatorService? aggregator})
: aggregator = aggregator ?? MaterialAggregatorService();