Closed elenaferr0 closed 1 year ago
Great job. plz could you add tests to this case and add description for this in README? And request review after you're done
And request review after you're done
Not sure if I'm missing something but github doesn't let me request a review like the previous times. Anyway, I implemented the test cases, if you think more are necessary just let me know.
Added possibility to generate
.toJson()
addinginclude_to_json_in_enums: true
inpubspec.yaml
. This is done to supportretrofit_generator
7.0.8 (which uses.toJson()
to serialize enums if exist, otherwise.name
)