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