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