Get the storage path for a setting.
List<String> getPath(String key) { return _settings[key]?.getPath(key) ?? key.split('.'); }