ComponentParameterValue constructor

const ComponentParameterValue({
  1. required ID componentVariableID,
  2. required ModelParameterTypes type,
})

Implementation

const ComponentParameterValue({
  required this.componentVariableID,
  required this.type,
});