markDockBuilderInitialized method
Sets the initialization state of created DockBuilder associated with this viewmodel
Implementation
void markDockBuilderInitialized(DockBuilder dockBuilder) {
_isDockBuilderInitialized = true;
}
Sets the initialization state of created DockBuilder associated with this viewmodel
void markDockBuilderInitialized(DockBuilder dockBuilder) {
_isDockBuilderInitialized = true;
}