Makes the constant final.
$this The builder instance (for fluid interface)
public function makeFinal() { $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::FINAL); return $this; }