isInitialized property

bool get isInitialized

检查单例是否已初始化

Implementation

static bool get isInitialized => _instance != null;