copyWith method
Implementation
ComponentParameterValue copyWith({
ID? componentVariableID,
ModelParameterTypes? type,
}) {
throw UnimplementedError();
}
ComponentParameterValue copyWith({
ID? componentVariableID,
ModelParameterTypes? type,
}) {
throw UnimplementedError();
}