TracingContext constructor

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

Implementation

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