PatchbayParameterDescriptorWire constructor
const
PatchbayParameterDescriptorWire({})
Creates a fully validated wire value.
Implementation
const PatchbayParameterDescriptorWire({
required this.name,
required this.type,
required this.required,
required this.sensitive,
required this.defaultValue,
required this.allowedValues,
required this.summary,
});