ResolvedArtifact constructor
ResolvedArtifact({
- String? identifier,
- String? location,
- ArtifactsType? type,
Implementation
ResolvedArtifact({
this.identifier,
this.location,
this.type,
});