filterProperties abstract method
- List<
DiagnosticsNode> nodes, - DiagnosticsNode owner
Filters the list of DiagnosticsNodes that will be included as properties
for the given owner
node.
The callback may return a subset of the properties in the provided list or replace the entire list with new property nodes.
By default, nodes
is returned as-is.
See also:
- includeProperties, which controls whether properties will be included at all.
Implementation
List<DiagnosticsNode> filterProperties(List<DiagnosticsNode> nodes, DiagnosticsNode owner);