namedChildEntities property

Iterable<ChildEntity> namedChildEntities

Return properties (tokens and nodes) of this node, with names, in the order in which these entities should normally appear, not necessary in the order they really are (because of recovery).

Implementation

Iterable<ChildEntity> get namedChildEntities => _childEntities.entities;