DartMcLauncherFabricProperties.loadProperties constructor
Implementation
DartMcLauncherFabricProperties.loadProperties(Properties properties, this.file) {
this._loadMap(properties.toMap());
this.template = properties.toTemplate();
}
DartMcLauncherFabricProperties.loadProperties(Properties properties, this.file) {
this._loadMap(properties.toMap());
this.template = properties.toTemplate();
}