Predict constructor
Predict(
- MethodChannel _channel,
- ProductMapper _productMapper,
- CartItemListMapper _cartItemListMapper,
- RecommendationFilterListMapper _recommendationFilterListMapper,
- ProductToMapMapper _productToMapMapper,
Implementation
Predict(this._channel, this._productMapper, this._cartItemListMapper,
this._recommendationFilterListMapper, this._productToMapMapper)
: _logicMapper = LogicMapper(_cartItemListMapper);