menu
opentelemetry 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 package
documentation
api
TraceId
get method
TraceId class