Sets a specific property.
$this
public function setProperty(string $name, mixed $value) : static { $this->properties[$name] = $value; return $this; }