initialAction property

BaseReduxAction<ReduxNotifier<T>, T, dynamic>? initialAction

Override this to provide a custom action that will be dispatched when the notifier is initialized.

Implementation

BaseReduxAction<ReduxNotifier<T>, T, dynamic>? get initialAction => null;