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
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