filter = "{$label}{$comparison}{$value}"; } public static function where(string $label): Where { return new Where($label); } public function toString(): string { return $this->filter; } }