hasChild
..Root.Object.hasChild
Checks 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"));