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