ComponentParameterValue constructor
const
ComponentParameterValue({
- required ID componentVariableID,
- required ModelParameterTypes type,
Implementation
const ComponentParameterValue({
required this.componentVariableID,
required this.type,
});