countables property

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

Implementation

@computed
ObservableList<CalibreWeebi> get countables =>
    ObservableList<CalibreWeebi>.of(calibresFull.where((c) => c.isCountable));