spanContext property

  1. @override
SpanContext get spanContext
override

The context associated with this span.

This context is an immutable, serializable identifier for this span that can be used to create new child spans and remains usable even after this span ends.

Implementation

@override
api.SpanContext get spanContext => _spanContext;