DartMcLauncherFabricProperties.loadFile constructor

DartMcLauncherFabricProperties.loadFile(String file)

Implementation

DartMcLauncherFabricProperties.loadFile(String file): this.loadProperties(Properties.decode(File(file).readAsStringSync()), file);