ArtifactHashes constructor

ArtifactHashes({
  1. String? sha256,
})

Implementation

ArtifactHashes({
  this.sha256,
});