countables property

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

Implementation

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