Span constructor
const
Span({})
Implementation
const Span({
required this.spanId,
required this.name,
required this.startTime,
this.endTime,
this.duration = Duration.zero,
this.parentSpanId,
this.traceId,
this.attributes = const {},
});