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