menu
opentelemetry_dart package
documentation
api.dart
TraceId
get method
get method
dark_mode
light_mode
get
method
List
<
int
>
?
get
(
)
Retrieve this TraceId as a list of byte values.
Implementation
List<int>? get() => _id;
opentelemetry_dart package
documentation
api
TraceId
get method
TraceId class