ReplaceDto constructor

ReplaceDto(
  1. String pathFile,
  2. String from,
  3. String to
)

Implementation

ReplaceDto(this.pathFile, this.from, this.to);