SpanLink constructor

SpanLink(
  1. SpanContext context, {
  2. List<Attribute> attributes = const [],
  3. int droppedAttributes = 0,
})

Implementation

SpanLink(
  this.context, {
  this.attributes = const [],
  this.droppedAttributes = 0,
});