ResolvedArtifact constructor

ResolvedArtifact({
  1. String? identifier,
  2. String? location,
  3. ArtifactsType? type,
})

Implementation

ResolvedArtifact({
  this.identifier,
  this.location,
  this.type,
});