edges property

List<AttackPathEdge>? edges
getter/setter pair

A list of the edges between nodes in this attack path.

Implementation

core.List<AttackPathEdge>? edges;