graphDepth property

int get graphDepth

Returns the current depth in the dependency graph.

Implementation

int get graphDepth => _graphDepth;
  1. @visibleForTesting
set graphDepth (int value)

Set the depth (internal use only by computed values).

Implementation

@visibleForTesting
set graphDepth(int value) => _graphDepth = value;