fun hasChild(index: Int): Boolean
Check if a child exists with index in our children list.
index - Index of the child we want to check.
index
Return Boolean value indicating if a child exists at the given index.