Trace constructor
Trace({
- EndpointInfo? endpointInfo,
- int? forwardTraceId,
- List<
Step> ? steps,
Implementation
Trace({
this.endpointInfo,
this.forwardTraceId,
this.steps,
});