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