parent property

Returns the parent container.

Implementation

GDisplayObjectContainer? get parent {
  return $parent;
}