values property

Iterable<AFRouteSegment> get values

Implementation

Iterable<AFRouteSegment> get values {
  return children.values;
}