Configures the headers.
list<mixed>|null $headers:
public function withHeaders(?array $headers) : static { return $this->with(CsvEncoder::HEADERS_KEY, $headers); }