ParameterDeclaration constructor
ParameterDeclaration({})
Implementation
ParameterDeclaration({
this.defaultValue,
this.description,
this.noEcho,
this.parameterConstraints,
this.parameterKey,
this.parameterType,
});