Parameter constructor

Parameter({
  1. String? allowedValues,
  2. ApplyMethod? applyMethod,
  3. String? applyType,
  4. String? dataType,
  5. String? description,
  6. bool? isModifiable,
  7. String? minimumEngineVersion,
  8. String? parameterName,
  9. String? parameterValue,
  10. String? source,
})

Implementation

Parameter({
  this.allowedValues,
  this.applyMethod,
  this.applyType,
  this.dataType,
  this.description,
  this.isModifiable,
  this.minimumEngineVersion,
  this.parameterName,
  this.parameterValue,
  this.source,
});