ParameterMetadata constructor
ParameterMetadata({})
Implementation
ParameterMetadata({
this.customMetadata,
this.defaultValue,
this.enumOptions,
this.groupName,
this.helpText,
this.isOptional,
this.label,
this.name,
this.paramType,
this.parentName,
this.parentTriggerValues,
this.regexes,
});