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