TemplateParameter constructor

TemplateParameter({
  1. String? defaultValue,
  2. String? description,
  3. bool? noEcho,
  4. String? parameterKey,
})

Implementation

TemplateParameter({
  this.defaultValue,
  this.description,
  this.noEcho,
  this.parameterKey,
});