json_to_dart icon indicating copy to clipboard operation
json_to_dart copied to clipboard

option to generate final

Open maks opened this issue 6 years ago • 1 comments

It would be nice to have an option simliar to Use private fields to generate fields as final, along with marking the class as constwould be great to allow immutable by default data model classes.

maks avatar Nov 20 '19 23:11 maks

After making extensive use of flutter_redux lately, I understand the value of such implementation.

It is not hard to implement this, but it is not trivial either in the current project state. At the moment, this project is screaming for a refactor.

javiercbk avatar Dec 13 '19 13:12 javiercbk