LfA2aV1Artifact constructor

LfA2aV1Artifact({
  1. String? artifactId,
  2. String? description,
  3. List<String>? extensions,
  4. Map<String, Object?>? metadata,
  5. String? name,
  6. List<LfA2aV1Part>? parts,
})

Implementation

LfA2aV1Artifact({
  this.artifactId,
  this.description,
  this.extensions,
  this.metadata,
  this.name,
  this.parts,
});