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