ArtifactDetail constructor
ArtifactDetail({
- String? name,
- S3Location? s3location,
Implementation
ArtifactDetail({
this.name,
this.s3location,
});
ArtifactDetail({
this.name,
this.s3location,
});