StripStep constructor

const StripStep({
  1. required String id,
  2. required String inputPath,
  3. required String outputPath,
  4. bool stripAll = false,
  5. ProcessRunnerInterface? runner,
})

Implementation

const StripStep({
  required this.id,
  required this.inputPath,
  required this.outputPath,
  this.stripAll = false,
  this.runner,
});