Store<T> constructor

Store<T>(
  1. T _state
)

Create a store with initial state

Implementation

Store(this._state);