public function __construct(?string $rawTracestate = null) { $this->traceState = self::parse($rawTracestate ?? ''); }