Returns true if a child exists with the specified id.
id
bool hasChild(Object id) => render.childHandleMap.containsKey(id);