DeployArtifact constructor

DeployArtifact({
  1. String? artifactUri,
  2. List<String>? manifestPaths,
})

Implementation

DeployArtifact({this.artifactUri, this.manifestPaths});