Reference.followsFrom constructor

Reference.followsFrom(
  1. SpanContext referencedContext
)

Returns a Reference object identified as following from referencedContext

Implementation

Reference.followsFrom(this.referencedContext) {
  referenceType = constants.referenceFollowsFrom;
}