additionalNodeProperties abstract method
- DiagnosticsNode node, {
- bool fullDetails = true,
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, {bool fullDetails = true});