JsonGetAttributeComponentParameterValue constructor

const JsonGetAttributeComponentParameterValue({
  1. required ID componentVariableID,
  2. required ModelParameterTypes type,
  3. required JsonGetAttribute jsonGetAttribute,
})

Implementation

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