calibresRetail property

  1. @computed
ObservableList<CalibreWeebi<ArticleRawAbstract>> get calibresRetail

Implementation

@computed
ObservableList<CalibreWeebi> get calibresRetail =>
    ObservableList<CalibreWeebi>.of(countables
        .where((l) => l.kind == ArticleKind.retail || l.isBasket == false));