state property

Map<String, StoreOfState>? state
getter/setter pair

The current mapped state, where keys are namespace names and values are the corresponding StoreOfState.

Implementation

Map<String, StoreOfState>? state;