TracingIdRepresentation enum

Controls how we print a TracingId

Inheritance

Constructors

TracingIdRepresentation()
const

Values

decimal → const TracingIdRepresentation

Decimal string representation of the tracing id

lowDecimal → const TracingIdRepresentation

The low 64-bits of rhe tracing id as a decimal

hex → const TracingIdRepresentation

Hexadecimal string representation of the full tracing id

hex16Chars → const TracingIdRepresentation

Hexadecimal string representation of the low 64-bits of the tracing id

highHex16Chars → const TracingIdRepresentation

Hexadecimal string representation of the high 64-bits of the tracing id

hex32Chars → const TracingIdRepresentation

Hexadecimal string representation of the full 128-bits of the tracing id

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<TracingIdRepresentation>
A constant List of the values in this enum, in order of their declaration.