Defines the Link.y-accessor as a constant function that always returns the specified value.
void constY(num y) { _y = constant(y); }