TracingContext constructor

const TracingContext(
  1. TracingId traceId,
  2. TracingId spanId,
  3. TracingId? parentSpanId,
  4. bool sampled,
)

Implementation

const TracingContext(
    this.traceId, this.spanId, this.parentSpanId, this.sampled);