netCoreSyncInitialized property

bool netCoreSyncInitialized

Indicates whether the framework has been initialized (by calling netCoreSyncInitialize()) or not.

Implementation

bool get netCoreSyncInitialized => _dataAccess != null;