isInitialized property

bool isInitialized
getter/setter pair

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;