Sets a specific property.
$this
public final function property(string $name, mixed $value) : static { $this->definition ->setProperty($name, static::processValue($value, true)); return $this; }