|null $writerOptions */ public function build( ?WriterInterface $writer = null, ?array $writerOptions = null, ?bool $validateResult = null, // QrCode options ?string $data = null, ?EncodingInterface $encoding = null, ?ErrorCorrectionLevel $errorCorrectionLevel = null, ?int $size = null, ?int $margin = null, ?RoundBlockSizeMode $roundBlockSizeMode = null, ?ColorInterface $foregroundColor = null, ?ColorInterface $backgroundColor = null, // Label options ?string $labelText = null, ?FontInterface $labelFont = null, ?LabelAlignment $labelAlignment = null, ?MarginInterface $labelMargin = null, ?ColorInterface $labelTextColor = null, // Logo options ?string $logoPath = null, ?int $logoResizeToWidth = null, ?int $logoResizeToHeight = null, ?bool $logoPunchoutBackground = null, ): ResultInterface; }