DefaultStore<S> constructor
DefaultStore<S> (
- S _state
Constructs a default store from the provided state.
Implementation
DefaultStore(this._state);
Constructs a default store from the provided state.
DefaultStore(this._state);