getChildrenDetailsSubtree method

String getChildrenDetailsSubtree (String diagnosticsNodeId, String groupName)

Returns a JSON representation of the children of the DiagnosticsNode object that diagnosticsNodeId references providing information needed for the details subtree view.

The details subtree shows properties inline and includes all children rather than a filtered set of important children.

Implementation

String getChildrenDetailsSubtree(String diagnosticsNodeId, String groupName) {
  return _safeJsonEncode(_getChildrenDetailsSubtree(diagnosticsNodeId, groupName));
}