processed property
The processed paths are kept here as the call progresses through the tree.
Implementation
final List<CallingPathSegment> processed = [];
The processed paths are kept here as the call progresses through the tree.
final List<CallingPathSegment> processed = [];