Trace constructor

Trace({
  1. EndpointInfo? endpointInfo,
  2. int? forwardTraceId,
  3. List<Step>? steps,
})

Implementation

Trace({
  this.endpointInfo,
  this.forwardTraceId,
  this.steps,
});