contextNode property
DiagnosticsNode?
get
contextNode
Convenience accessor for the framework context node (may be null).
Implementation
DiagnosticsNode? get contextNode => details.context;
Convenience accessor for the framework context node (may be null).
DiagnosticsNode? get contextNode => details.context;