isAutoInitialized property
bool
get
isAutoInitialized
Indicates whether the logger was auto-initialized (without explicit initialize() call).
Implementation
bool get isAutoInitialized => _isAutoInitialized;