property = $property; $this->values = collect($values); } public function getProperty(): string { return $this->property; } public function getValues(): Collection { return $this->values; } }