store property

Store<AppState, AppAction> store
final

The application store.

Implementation

final Store<AppState, AppAction> store;