setParent method

void setParent(
  1. PlutoRow? row
)

Implementation

void setParent(PlutoRow? row) {
  _parent = row;
}