getChildren method

  1. @override
List<DiagnosticsNode> getChildren()
override

Children of this DiagnosticsNode.

See also:

  • getProperties, which returns the properties of the DiagnosticsNode object.

Implementation

@override
List<DiagnosticsNode> getChildren() {
  return const<DiagnosticsNode>[];
}