CopyStep constructor
const
CopyStep({})
Implementation
const CopyStep({
required this.id,
this.execution = 'target',
required this.sourcePath,
required this.destinationPath,
this.recursive = true,
});
const CopyStep({
required this.id,
this.execution = 'target',
required this.sourcePath,
required this.destinationPath,
this.recursive = true,
});