Attribution class abstract

An attribution that can be associated with a span within an AttributedSpan.

To attribute a span with a name, consider using a NamedAttribution.

Implementers

Constructors

Attribution()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Attributions with different IDs can overlap each other, but attributions with the same ID cannot overlap.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canMergeWith(Attribution other) bool
Returns true if this Attribution can be combined with the other Attribution, replacing both smaller attributions with one larger attribution.
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