initialized property

bool initialized

Has the setting been initialized via calling the init method?

Implementation

bool get initialized => _initialized;