unsaved property

bool unsaved

True if the settings have yet to be written to persistent storage.

Implementation

bool get unsaved =>
    _object.getBooleanProperty(_settingsConnectionInterfaceName, 'Unsaved') ??
    false;