BuildArtifacts constructor

BuildArtifacts({
  1. String? artifactIdentifier,
  2. bool? encryptionDisabled,
  3. String? location,
  4. String? md5sum,
  5. bool? overrideArtifactName,
  6. String? sha256sum,
})

Implementation

BuildArtifacts({
  this.artifactIdentifier,
  this.encryptionDisabled,
  this.location,
  this.md5sum,
  this.overrideArtifactName,
  this.sha256sum,
});