subtreeDepth property

  1. @override
int subtreeDepth
final

Controls how many levels of children will be included in the serialized hierarchy of DiagnosticsNodes.

Defaults to zero.

See also:

  • filterChildren, which provides a way to filter the children that will be included.

Implementation

@override
final int subtreeDepth;