hasChild..Root.Object.hasChildChecks if this object has child (member, note: variables are treated as tree nodes) named mem.
Parameters: String mem
Return value: new Boolean
NativeCallable, Callable
auto mother;
mother.auto son;
log(mother.hasChild("son"));