Reference class

Pairs a reference type constant (e.g., referenceChildOf or referenceFollowsFrom) with the SpanContext it points to.

See the exported childOf and followsFrom functions in tracer.dart

Constructors

Reference.childOf(SpanContext referencedContext)
Returns a Reference object identified as being a child of referencedContext
Reference.followsFrom(SpanContext referencedContext)
Returns a Reference object identified as following from referencedContext

Properties

hashCode int
The hash code for this object.
no setterinherited
referencedContext SpanContext
The SpanContext being referred to (e.g., the parent in a referenceChildOf Reference).
getter/setter pair
referenceType String?
The Reference type (e.g., referenceChildOf or referenceFollowsFrom).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited