SpanContext constructor

SpanContext(
  1. TraceId _traceId,
  2. SpanId _spanId,
  3. int _traceFlags,
  4. TraceState _traceState,
)

Construct a SpanContext.

Implementation

SpanContext(this._traceId, this._spanId, this._traceFlags, this._traceState)
    : _isRemote = false;