SpanLink constructor
SpanLink(
- SpanContext context, {
- List<
Attribute> attributes = const [], - int droppedAttributes = 0,
Implementation
SpanLink(
this.context, {
this.attributes = const [],
this.droppedAttributes = 0,
});