AFRouteSegmentChildren.create constructor

AFRouteSegmentChildren.create()

Implementation

factory AFRouteSegmentChildren.create() {
  return const AFRouteSegmentChildren(children: <AFID, AFRouteSegment>{});
}