get method

List<int>? get()

Retrieve this TraceId as a list of byte values.

Implementation

List<int>? get() => _id;