state property

S state
getter/setter pair

An instance of the Redux state model that the Flux store is migrating to.

Implementation

late S state;