DoubleComponentParameterValue constructor
const
DoubleComponentParameterValue({
- required ID componentVariableID,
- required ModelParameterTypes type,
- required double value,
Implementation
const DoubleComponentParameterValue({
required ID componentVariableID,
required ModelParameterTypes type,
required this.value,
}) : super(
componentVariableID: componentVariableID,
type: type,
);