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