You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: