TracingId class

TracingId is used as both a unsigned 64-bit "Span Id" and unsigned 128-bit "Trace Id"

Annotations

Constructors

TracingId(BigInt value)
const
TracingId.spanId()
TracingId.traceId()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value BigInt
final

Methods

asString(TracingIdRepresentation representation) String
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

Static Methods

fromString(String? id, TracingIdRepresentation representation) TracingId