AFRouteSegmentChildren constructor

const AFRouteSegmentChildren({
  1. required Map<AFID, AFRouteSegment> children,
})

Implementation

const AFRouteSegmentChildren({
  required this.children
});