state property

St state

The state the store was holding when the factory and the view-model were created. This state is final inside of the factory.

Implementation

St get state => _state;