isInitialized property

bool get isInitialized

是否已完成初始化,可用于可选依赖场景的安全探测。

Implementation

static bool get isInitialized => _initialized;