copyWith method

ComponentParameterValue copyWith({
  1. ID? componentVariableID,
  2. ModelParameterTypes? type,
})

Implementation

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