setParent method

void setParent(
  1. P parent
)

Implementation

void setParent(P parent) {
  _parent = parent;
}