Configures the key separator when (un)flattening arrays.
public function withKeySeparator(?string $keySeparator) : static { return $this->with(CsvEncoder::KEY_SEPARATOR_KEY, $keySeparator); }