Trace constructor

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

Implementation

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