ParentAware.parent - multiple declarations

Function ParentAware.parent

Set the parent of object.

ParentAware!Type parent (
  Type parent
);

Parameters

NameDescription
parent the parent for this object.

Returns

ParentAware!Type

Function ParentAware.parent

Get the parent of object

Type parent ();

Returns

parent or null if no parent were present.