labeledFrom = $breakpoint; return $this; } public function getLabeledFromBreakpoint(): ?string { return $this->evaluate($this->labeledFrom); } }