stateFulInstanceSettings property
Settings for state - contains cache id and flags to await initialization if needed
Implementation
StateFulInstanceSettings get stateFulInstanceSettings =>
StateFulInstanceSettings(
stateId: state.runtimeType.toString(),
);