Whether the property has explicit private(set) visibility.
public function isPrivateSet() : bool { return (bool) ($this->flags & Modifiers::PRIVATE_SET); }