isInitialized property

bool get isInitialized

Check if the engine is initialized.

Implementation

static bool get isInitialized => _instance != null;