ResoCoder/flutter-tdd-clean-architecture-course

parsing nested json

ekaeriana opened this issue · 0 comments

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 :)