SpanLink constructor

SpanLink(
  1. SpanContext _context, {
  2. List<Attribute>? attributes,
})

Implementation

SpanLink(this._context, {List<api.Attribute>? attributes})
    : _attributes = attributes ?? [];