I am newbie for Flutter. I have just created sample application using JSON Parsing.
Before I have done it using manual classes but currently I have changed my code to json_serializable and you can check the difference here.
It is okay for one or two model class which you need to change with fromJson and toJson methods but What to do when our project has 50+ model classes.
Any idea to write all the classes with easy way?
Do let me know If you need other information. Thank you.