Configures whether to add the UTF-8 Byte Order Mark (BOM) at the beginning of the encoded result or not.
public function withOutputUtf8Bom(?bool $outputUtf8Bom) : static { return $this->with(CsvEncoder::OUTPUT_UTF8_BOM_KEY, $outputUtf8Bom); }