isInitialized property

bool isInitialized

Whether the Squadron singleton is initialized or not. This property will be true if any of these has been called: pushLogLevel, setLogger, setId, setParent, or if logLevel has been set. The Squadron singleton may be reset by calling shutdown.

Implementation

static bool get isInitialized => _instance != null;