getDetailsSubtree method

String getDetailsSubtree (String id, String groupName)

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

See also:

Implementation

String getDetailsSubtree(String id, String groupName) {
  return _safeJsonEncode(_getDetailsSubtree( id, groupName));
}