ProvisioningArtifactParameter constructor

ProvisioningArtifactParameter({
  1. String? defaultValue,
  2. String? description,
  3. bool? isNoEcho,
  4. ParameterConstraints? parameterConstraints,
  5. String? parameterKey,
  6. String? parameterType,
})

Implementation

ProvisioningArtifactParameter({
  this.defaultValue,
  this.description,
  this.isNoEcho,
  this.parameterConstraints,
  this.parameterKey,
  this.parameterType,
});