cId function

ConstraintId cId(
  1. String id
)

Implementation

ConstraintId cId(String id) {
  return ConstraintId(id);
}