clone method

Implementation

SentryTraceContext clone() => SentryTraceContext(
      operation: operation,
      traceId: traceId,
      spanId: spanId,
      description: description,
      status: status,
      parentSpanId: parentSpanId,
      sampled: sampled,
      origin: origin,
    );