ValueChangeNotifierExtension<T> extension
Extension on ValueChangeNotifier to provide a read-only view and mapping.
- on
Methods
-
map<
R> (R mapper(T value)) → ValueListenable< R> -
Available on ValueChangeNotifier<
Maps the value of the ValueChangeNotifier to a new value.T> , provided by the ValueChangeNotifierExtension extension -
readOnly(
) → ValueListenable< T> -
Available on ValueChangeNotifier<
Returns a read-only view of the ValueChangeNotifier.T> , provided by the ValueChangeNotifierExtension extension