DefaultStore<S> constructor

DefaultStore<S>(
  1. S _state
)

Constructs a default store from the provided state.

Implementation

DefaultStore(this._state);