redux property

Dispatcher<BaseReduxNotifier<EventState>, EventState> redux
latefinalinherited

Access the Dispatcher of this notifier.

Implementation

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