TraceSpan constructor

TraceSpan({
  1. Attributes? attributes,
  2. int? childSpanCount,
  3. TruncatableString? displayName,
  4. String? endTime,
  5. String? name,
  6. String? parentSpanId,
  7. bool? sameProcessAsParentSpan,
  8. String? spanId,
  9. String? spanKind,
  10. String? startTime,
  11. Status? status,
})

Implementation

TraceSpan({
  this.attributes,
  this.childSpanCount,
  this.displayName,
  this.endTime,
  this.name,
  this.parentSpanId,
  this.sameProcessAsParentSpan,
  this.spanId,
  this.spanKind,
  this.startTime,
  this.status,
});