DartMcLauncherVanillaProperties.loadFile constructor
Implementation
DartMcLauncherVanillaProperties.loadFile(String file): this.loadProperties(Properties.decode(File(file).readAsStringSync()), file);
DartMcLauncherVanillaProperties.loadFile(String file): this.loadProperties(Properties.decode(File(file).readAsStringSync()), file);