isInitialized property
A getter to know if the settings are already initialized or not
Implementation
static bool get isInitialized => _cacheProvider != null;
A getter to know if the settings are already initialized or not
static bool get isInitialized => _cacheProvider != null;