ParameterDefinition constructor
const
ParameterDefinition({})
Implementation
const ParameterDefinition({
required this.type,
required this.name,
this.isRequired = true,
this.qualifier,
this.defaultValue,
});