Whether the method is abstract.
public function isAbstract() : bool { return (bool) ($this->flags & Modifiers::ABSTRACT); }