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