id property

String get id

id represents the uniqueness of the node. id is used to link nodes. children id must not be same as parent to avoid self looping.

Implementation

String get id;