Artifact constructor
Artifact({
- String? arn,
- String? extension,
- String? name,
- ArtifactType? type,
- String? url,
Implementation
Artifact({
this.arn,
this.extension,
this.name,
this.type,
this.url,
});