Predict constructor

Predict(
  1. MethodChannel _channel,
  2. ProductMapper _productMapper,
  3. CartItemListMapper _cartItemListMapper,
  4. RecommendationFilterListMapper _recommendationFilterListMapper,
  5. ProductToMapMapper _productToMapMapper,
)

Implementation

Predict(this._channel, this._productMapper, this._cartItemListMapper,
    this._recommendationFilterListMapper, this._productToMapMapper)
    : _logicMapper = LogicMapper(_cartItemListMapper);