Artifact constructor

Artifact({
  1. String? description,
  2. String? url,
})

Implementation

Artifact({
  this.description,
  this.url,
});