GitApplyPatchStep constructor

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

Implementation

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