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