StoreProxy<S> constructor
const
StoreProxy<S> (
- ValueGetter<
S> state, - EventAcceptor<
S> processor, - Object identity, [
- EventListener<
S> ? listener,
Implementation
const StoreProxy(
ValueGetter<S> state,
this.processor,
this.identity, [
this.listener,
]) : _state = state;