ProjectArtifacts constructor

ProjectArtifacts({
  1. required ArtifactsType type,
  2. String? artifactIdentifier,
  3. bool? encryptionDisabled,
  4. String? location,
  5. String? name,
  6. ArtifactNamespace? namespaceType,
  7. bool? overrideArtifactName,
  8. ArtifactPackaging? packaging,
  9. String? path,
})

Implementation

ProjectArtifacts({
  required this.type,
  this.artifactIdentifier,
  this.encryptionDisabled,
  this.location,
  this.name,
  this.namespaceType,
  this.overrideArtifactName,
  this.packaging,
  this.path,
});