redux property

Dispatcher<ReduxNotifier<GraphState>, GraphState> redux
latefinalinherited

Access the Dispatcher of this notifier.

Implementation

late final redux = Dispatcher<ReduxNotifier<T>, T>(
  notifier: this,
  debugOrigin: debugLabel,
  debugOriginRef: this,
);