StripStepConfig constructor
StripStepConfig({})
Implementation
StripStepConfig({
required super.id,
required this.inputPath,
required this.outputPath,
this.stripAll = false,
super.needs,
});
StripStepConfig({
required super.id,
required this.inputPath,
required this.outputPath,
this.stripAll = false,
super.needs,
});