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