menu
observable_datasets package
documentation
observable_list.dart
ObservableList<E>
retainWhere method
retainWhere method
dark_mode
light_mode
retainWhere
method
void
retainWhere
(
bool
test
(
E
element
)
)
Implementation
void retainWhere(bool Function(E element) test) => update(() => _list.retainWhere(test));
observable_datasets package
documentation
observable_list
ObservableList<E>
retainWhere method
ObservableList class