toBuildStep method
Converts this config to its runtime NativeBuildStep equivalent.
Implementation
@override
NativeBuildStep toBuildStep() => GitApplyPatchStep(
execution: execution,
id: id,
patchPath: patchPath,
targetDirectory: targetDirectory,
);