```js static values = { id: { type: String, required: true, // own implementation }, method: String, }; ``` `Type "string" must match the type of the default value. Given default value: "undefined" as "undefined"`