cvPath property

T get cvPath

Path sub computation, only valid during a path<F> block.

Implementation

T get cvPath {
  _treePathState ??= _TreePathState('', null);
  return this;
}