getDetailsSubtree method
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:
- getChildrenDetailsSubtree, a method to get children of a node in the details subtree.
Implementation
String getDetailsSubtree(String id, String groupName) {
return _safeJsonEncode(_getDetailsSubtree( id, groupName));
}