redux property

Dispatcher<ReduxNotifier<T>, T> redux
latefinal

Access the Dispatcher of this notifier.

Implementation

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