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;An instance of the Redux state model that the Flux store is migrating to.
late S state;