InputArtifact constructor

InputArtifact({
  1. required String name,
})

Implementation

InputArtifact({
  required this.name,
});