ParameterMetadata constructor
ParameterMetadata({})
Implementation
ParameterMetadata({
this.customMetadata,
this.helpText,
this.isOptional,
this.label,
this.name,
this.paramType,
this.regexes,
});
ParameterMetadata({
this.customMetadata,
this.helpText,
this.isOptional,
this.label,
this.name,
this.paramType,
this.regexes,
});