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