firstCycle property

List<String> firstCycle
getter/setter pair

The first dependency cycle found if the graph is not acyclic.

Implementation

List<String> firstCycle = [];