links property

  1. @TagNumber(13)
List<Span_Link> get links

links is a collection of Links, which are references from this span to a span in the same or different trace.

Implementation

@$pb.TagNumber(13)
$core.List<Span_Link> get links => $_getList(12);