store property
The single Redux store in your application.
Implementation
@override
Store get store =>
(props[_$key__store__ReduxProviderPropsMixin] ?? null) as Store;
The single Redux store in your application.
Implementation
@override
set store(Store value) =>
props[_$key__store__ReduxProviderPropsMixin] = value;