JsonGetAttributeComponentParameterValue constructor
const
JsonGetAttributeComponentParameterValue({
- required ID componentVariableID,
- required ModelParameterTypes type,
- required JsonGetAttribute jsonGetAttribute,
Implementation
const JsonGetAttributeComponentParameterValue({
required ID componentVariableID,
required ModelParameterTypes type,
required this.jsonGetAttribute,
}) : super(
componentVariableID: componentVariableID,
type: type,
);