$this
public function setAsString(?string $asString) : static { $this->asString = $asString; return $this; }