Retrieve this SpanId as a human-readable ID.
@override String toString() => _id.map((x) => x.toRadixString(16).padLeft(2, '0')).join();