ManSettings constructor

ManSettings({
  1. int conexion = 2,
  2. String folderTemp = 'temp/',
  3. String folderOut = 'out/',
  4. int limitBand = 5000,
})

Implementation

ManSettings({
  this.conexion = 2,
  this.folderTemp = 'temp/',
  this.folderOut = 'out/',
  this.limitBand = 5000,
});