heading = $heading; return $this; } public function getHeading(): string | Htmlable | null { return $this->evaluate($this->heading); } }