Link constructor
Link({
- Attributes? attributes,
- String? spanId,
- String? traceId,
- String? type,
Implementation
Link({this.attributes, this.spanId, this.traceId, this.type});