AFRouteSegmentChildren constructor
const
AFRouteSegmentChildren({
- required Map<
AFID, AFRouteSegment> children,
Implementation
const AFRouteSegmentChildren({
required this.children
});