NewFileDto constructor

NewFileDto(
  1. String pathFile,
  2. String pathTemplete,
  3. String extension, {
  4. bool generate = false,
})

Implementation

NewFileDto(
  this.pathFile,
  this.pathTemplete,
  this.extension, {
  this.generate = false,
});