notDeactivated property

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

Implementation

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