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