hasChild method

bool hasChild(
  1. Object id
)

Returns true if a child exists with the specified id.

Implementation

bool hasChild(Object id) => render.childHandleMap.containsKey(id);