$Artifact constructor Null safety

$Artifact(
  1. {String? checksum,
  2. String? id,
  3. List<String>? names}
)

Implementation

$Artifact({
  this.checksum,
  this.id,
  this.names,
});