ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
1.99k stars 623 forks source link

parsing nested json #51

Open ekaeriana opened 1 year ago

ekaeriana commented 1 year ago

Hi, I'm new to Flutter.

I facing problem when I try to parsing "complex" json with nested list. How to parsing nested json data in model file, while the entity doesn't contain .fromJson() and .toJson() ? We know that model class extends entity class.

It's confused me. Thank you :)