CockpitRemoteArtifactDownload constructor
const
CockpitRemoteArtifactDownload({
- required CockpitArtifactRef artifact,
- required String downloadPath,
Creates a CockpitRemoteArtifactDownload.
Implementation
const CockpitRemoteArtifactDownload({
required this.artifact,
required this.downloadPath,
});