FileWriteOutput constructor
const
FileWriteOutput({})
Implementation
const FileWriteOutput({
required this.success,
required this.message,
this.bytesWritten = 0,
this.created = false,
this.backupPath,
});
const FileWriteOutput({
required this.success,
required this.message,
this.bytesWritten = 0,
this.created = false,
this.backupPath,
});