SpanId.fromId constructor
SpanId.fromId(
- String id
Generates a SpanId with the given UUID
Implementation
SpanId.fromId(String id) : this._internal(id: id);
Generates a SpanId with the given UUID
SpanId.fromId(String id) : this._internal(id: id);