findSegmentById method

AFRouteSegment? findSegmentById(
  1. AFID id
)

Implementation

AFRouteSegment? findSegmentById(AFID id) {
  return children[id];
}