TraceSpan constructor
TraceSpan({})
Implementation
TraceSpan({
this.attributes,
this.childSpanCount,
this.displayName,
this.endTime,
this.name,
this.parentSpanId,
this.sameProcessAsParentSpan,
this.spanId,
this.spanKind,
this.startTime,
this.status,
});