getParent method

Node? getParent()

Implementation

Node? getParent() {
  return _parent;
}