Configures whether the input (or output) is containing (or will contain) headers.
public function withNoHeaders(?bool $noHeaders) : static { return $this->with(CsvEncoder::NO_HEADERS_KEY, $noHeaders); }