CopyStepConfig constructor
CopyStepConfig({})
Implementation
CopyStepConfig({
required super.id,
required this.sourcePath,
required this.destinationPath,
this.recursive = true,
super.needs,
});
CopyStepConfig({
required super.id,
required this.sourcePath,
required this.destinationPath,
this.recursive = true,
super.needs,
});