Creates a property builder.
string $name Name of the property:
public function __construct(string $name) { $this->name = $name; }