StripStep constructor
const
StripStep({
- required String id,
- required String inputPath,
- required String outputPath,
- bool stripAll = false,
- ProcessRunnerInterface? runner,
Implementation
const StripStep({
required this.id,
required this.inputPath,
required this.outputPath,
this.stripAll = false,
this.runner,
});