Link constructor

Link({
  1. Attributes? attributes,
  2. String? spanId,
  3. String? traceId,
  4. String? type,
})

Implementation

Link({
  this.attributes,
  this.spanId,
  this.traceId,
  this.type,
});