GenericArtifact constructor

GenericArtifact({
  1. String? folder,
  2. String? registryPath,
})

Implementation

GenericArtifact({this.folder, this.registryPath});