processed property

List<CallingPathSegment> processed
final

The processed paths are kept here as the call progresses through the tree.

Implementation

final List<CallingPathSegment> processed = [];