SpanLink constructor

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

Implementation

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