Markus
Results
12
issues of
Markus
### Steps to reproduce [kaigo.json](https://github.com/user-attachments/files/22208260/kaigo.json) 1. Schema: look at `kaigo.json` 2. `dart run swagger_parser && dart run build_runner build -d` 3. See error ### Expected results Generated Schema ### Actual...
Hello out there! I am wondering, no generated Enum class include a static fromJson method? Why not? How to migrate e.G. from freezed? Do I have to manually write those...