Variable SettingsFile._loaded

class SettingsFile
{
  // ...
  bool _loaded;
  // ...
}