DataStateNotifierListX<T> extension

Functional utilities for DataStateNotifier

on

Methods

map(T convert(T)) DataStateNotifier<List<T>>
Maps all models of the list (if present) through convert
where(bool test(T)) DataStateNotifier<List<T>>
Filters all models of the list (if present) through test