SpanContext constructor
SpanContext(
- TraceId traceId,
- SpanId spanId,
- int traceFlags,
- TraceState traceState,
Construct a SpanContext.
Implementation
SpanContext(this.traceId, this.spanId, this.traceFlags, this.traceState)
: isRemote = false;