child property

IContent? child

Property getter and setter for child:

Implementation

IContent? get child;
void child=(IContent? child)

Implementation

set child(IContent? child);