FileEditOutput constructor
const
FileEditOutput({})
Implementation
const FileEditOutput({
required this.success,
required this.message,
this.filePath = '',
this.oldString = '',
this.newString = '',
this.originalFile = '',
this.userModified = false,
this.replaceAll = false,
this.linesChanged = 0,
this.backupPath,
this.occurrencesReplaced = 0,
this.diff,
});