getProperties method

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

Properties of this DiagnosticsNode.

Properties and children are kept distinct even though they are both List<DiagnosticsNode> because they should be grouped differently.

Implementation

@override
List<DiagnosticsNode> getProperties() => _properties;