*/ public function getAllAsKeyValueArray(): array { return $this->model->pluck('value', 'key')->all(); } }