The best way to learn is by doing:
- Reading about it
- Talking about it
- Trying it out
- Failing at it
- Learning from it
Don't just consume information, put it into practice and watch yourself grow.
Does anyone know how to deep copy a list of objects in flutter?
i can't use jsonencode|decode / copyWith .
i have a nested json and I want to translate it and also revert back to normal,
that's why I am creating another variable to store the or