*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'key' => $this->key, 'value' => $this->value, 'group' => $this->group?->value, 'type' => $this->type?->value, 'label' => $this->label, 'order_index' => $this->order_index, ]; } }