graphDepth property
int
get
graphDepth
Returns the current depth in the dependency graph.
Implementation
int get graphDepth => _graphDepth;
Set the depth (internal use only by computed values).
Implementation
@visibleForTesting
set graphDepth(int value) => _graphDepth = value;