pred property

List<CallGraphNode> pred
final

Predecessors of this node.

Implementation

final List<CallGraphNode> pred = [];