TracingContext constructor
const
TracingContext(
- TracingUUID traceId,
- TracingUUID spanId,
- TracingUUID? parentSpanId,
- bool sampled,
Implementation
const TracingContext(
this.traceId, this.spanId, this.parentSpanId, this.sampled);