GitApplyPatchStep constructor

const GitApplyPatchStep({
  1. String id = 'git_apply_patch',
  2. String execution = 'target',
  3. required String patchPath,
  4. String? targetDirectory,
  5. ProcessRunnerInterface? runner,
})

Implementation

const GitApplyPatchStep({
  this.id = 'git_apply_patch',
  this.execution = 'target',
  required this.patchPath,
  this.targetDirectory,
  this.runner,
});