GitApplyPatchStepConfig constructor
GitApplyPatchStepConfig({})
Implementation
GitApplyPatchStepConfig({
required super.id,
required this.patchPath,
this.targetDirectory,
super.needs,
super.execution,
});
GitApplyPatchStepConfig({
required super.id,
required this.patchPath,
this.targetDirectory,
super.needs,
super.execution,
});