StripStep constructor
const
StripStep({})
Implementation
const StripStep({
required this.id,
this.execution = 'target',
required this.inputPath,
required this.outputPath,
this.stripAll = false,
this.runner,
});