findChild method

AFRouteSegment? findChild(
  1. AFID wid
)

Implementation

AFRouteSegment? findChild(AFID wid) {
  return children?.findSegmentById(wid);
}