ProjectArtifacts constructor
ProjectArtifacts({
- required ArtifactsType type,
- String? artifactIdentifier,
- bool? encryptionDisabled,
- String? location,
- String? name,
- ArtifactNamespace? namespaceType,
- bool? overrideArtifactName,
- ArtifactPackaging? packaging,
- String? path,
Implementation
ProjectArtifacts({
required this.type,
this.artifactIdentifier,
this.encryptionDisabled,
this.location,
this.name,
this.namespaceType,
this.overrideArtifactName,
this.packaging,
this.path,
});