Artifact constructor
Artifact({
- ArtifactLocation? location,
- String? name,
- String? revision,
Implementation
Artifact({
this.location,
this.name,
this.revision,
});