Sets whether the user response should accept newline characters.
$this
public function setMultiline(bool $multiline) : static { $this->multiline = $multiline; return $this; }