getChildren method
Returns a JSON representation of the children of the DiagnosticsNode
object that diagnosticsNodeId
references.
Implementation
String getChildren(String diagnosticsNodeId, String groupName) {
return _safeJsonEncode(_getChildren(diagnosticsNodeId, groupName));
}