CockpitRemoteArtifactDownload constructor

const CockpitRemoteArtifactDownload({
  1. required CockpitArtifactRef artifact,
  2. required String downloadPath,
})

Creates a CockpitRemoteArtifactDownload.

Implementation

const CockpitRemoteArtifactDownload({
  required this.artifact,
  required this.downloadPath,
});