DownloadArchiveStep constructor
const
DownloadArchiveStep({})
Implementation
const DownloadArchiveStep({
required this.id,
this.execution = 'target',
required this.url,
this.sha256,
this.outputDirectory,
this.runner,
});