depth property

int get depth

The combinational depth since the last flop. The total compute depth of the tree is: depth + flopDepth * depthToflop;

Implementation

int get depth => _computed.depth;