Span constructor
Span({})
Implementation
Span({
required this.traceId,
required this.spanId,
this.parentSpanId,
required this.name,
required this.kind,
required this.startTimeUnixNano,
required this.endTimeUnixNano,
this.attributes = const [],
this.status,
this.flags,
});