notDeactivated property

List<CalibreWeebi<ArticleRawAbstract>> get notDeactivated

Implementation

List<CalibreWeebi> get notDeactivated =>
    List<CalibreWeebi>.of(where((p) => p.status));