additionalNodeProperties abstract method
- DiagnosticsNode node
Returns a serializable map of additional information that will be included in the serialization of the given DiagnosticsNode.
This method is called for every DiagnosticsNode that's included in the serialization.
Implementation
Map<String, Object?> additionalNodeProperties(DiagnosticsNode node);