isInitialized property
Flag indicating that this instance is fully initialized
You must set this flag to true in sync initialize and initializeWithoutConnections calls
Implementation
bool isInitialized = false;
Flag indicating that this instance is fully initialized
You must set this flag to true in sync initialize and initializeWithoutConnections calls
bool isInitialized = false;