isInitialized property

bool isInitialized

A getter to know if the settings are already initialized or not

Implementation

static bool get isInitialized => _cacheProvider != null;