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