get method

List<int>? get()

Retrieve this SpanId as a list of byte values.

Implementation

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