Whether the method is private.
public function isPrivate() : bool { return (bool) ($this->flags & Modifiers::PRIVATE); }