DartMcLauncherVanillaProperties.loadProperties constructor

DartMcLauncherVanillaProperties.loadProperties(Properties properties, String file)

Implementation

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