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