markStateBuilderInitialized method
Sets the initialization state of created StateBuilder associated with this viewmodel
Implementation
void markStateBuilderInitialized(StateBuilder stateBuilder) {
_isStateBuilderInitialized = true;
}
Sets the initialization state of created StateBuilder associated with this viewmodel
void markStateBuilderInitialized(StateBuilder stateBuilder) {
_isStateBuilderInitialized = true;
}