ProxyNotifier<T, L extends Listenable> constructor
ProxyNotifier<T, L extends Listenable> (
- L listenable,
- T getValue(
- L
Transforms any Listenable into a ValueListenable.
Implementation
ProxyNotifier(L super.listenable, this.getValue)
: super(value: getValue(listenable), concurrent: true);