key = $key; $this->labels = $labels; $this->values = $values; } public function getKey(): string { return $this->key; } public function getLabels(): array { return $this->labels; } /** * @return Value[] */ public function getValues(): array { return $this->values; } }