ServerProperties.loadMap constructor

ServerProperties.loadMap(Map<String, dynamic> properties, String file)

Implementation

ServerProperties.loadMap(Map<String,dynamic> properties, this.file) {
  this._loadMap(properties);
}