Variable SettingsFile._format

class SettingsFile
{
  // ...
  SettingsFileFormat _format = SettingsFileFormat.JSON;
  // ...
}